Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/482194/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 482194,
    "uri": "https://api.kexp.org/v2/plays/482194/?format=api",
    "airdate": "2001-10-31T15:36:55-08:00",
    "show": 8232,
    "show_uri": "https://api.kexp.org/v2/shows/8232/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jExg5MBIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jExg5MBIL._SL75_.jpg",
    "song": "Now I'm Feeling Zombified",
    "track_id": null,
    "recording_id": null,
    "artist": "Alien Sex Fiend",
    "artist_ids": [
        "3580a118-49e3-4aa1-972a-f5f0ff750dd2"
    ],
    "album": "Curse",
    "release_id": "1f7f7ff7-0b91-4a2b-8c76-a423b4c1db59",
    "release_group_id": null,
    "labels": [
        "Anagram Records"
    ],
    "label_ids": [
        "83ca98d2-7d99-40f1-8e60-dc35c7b78508"
    ],
    "release_date": "1990-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}