It is well known that all finite fields of size $p^n$ are isomorphic to the same finite field $GF(p^n)$. In that sense, you could say there is only one field.
However, if we are required to label the elements, there can be more than one such labelling. Trivially this might give you $p^n!$ possibilities, but I would not consider all of those fundamentally different. I don't know what the correct term for this property is, or even to precisely define it. I think what I wish to know is best phrased as a game:
Alice and Bob are in separate rooms, each presented with a randomly shuffled but otherwise identical row of $p^n$ paper cards. On the back of each card (hidden to Alice and Bob) is written an element of $GF(p^n)$. There is also an arbiter that can see the back of the cards, which will answer any requests for addition/multiplication, using the same field arithmetic for both.
They are then asked to write a unique number $1$ through $p^n$ on the front of each card. What is the probability that Alice and Bob write the same number on their corresponding cards for all field elements, assuming no communication and optimal strategy?
Essentially, 1 divided by the probability is the number I am interested in, as it represents the number of choices one has while labelling a field.
An upper bound is the number of primitive elements of $GF(p^n)$, as one can ask questions to identify the primitive elements, and choose one arbitrarily as element $1$, followed by each generated element in turn, followed by the additive identity element.
However, this is not tight, as it turns out there is no free choice at all for the prime fields. One can simply identify the multiplicative identity element, label it $1$, and then use repeated addition to enumerate the entire field mod $p$.
For $GF(4)$ the answer must be 2, as you can identify the additive and multiplicative identity but otherwise can not distinguish between the two remaining elements.
As I'm not really well-versed in algebra, I don't know how to continue. It's not homework, just personal interest.