Information about plays

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

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

{
    "id": 480514,
    "uri": "https://api.kexp.org/v2/plays/480514/?format=api",
    "airdate": "2001-10-26T16:41:15-07:00",
    "show": 8199,
    "show_uri": "https://api.kexp.org/v2/shows/8199/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21exjgvwYgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21exjgvwYgL._SL75_.jpg",
    "song": "Flesh Number One (Beatle Dennis)",
    "track_id": "1637ecbc-3f49-4a2f-a364-12f2752e51ea",
    "recording_id": null,
    "artist": "Robyn Hitchcock and The Egyptians",
    "artist_ids": [
        "e3dff124-6537-4937-ae0d-97916bac7288"
    ],
    "album": "Globe of Frogs",
    "release_id": "2f708065-8fc6-4f8f-bc25-c5c9d68250ce",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}