Information about plays

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

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

{
    "id": 419080,
    "uri": "https://api.kexp.org/v2/plays/419080/?format=api",
    "airdate": "2001-04-28T09:18:45-07:00",
    "show": 7003,
    "show_uri": "https://api.kexp.org/v2/shows/7003/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61VM%2Be3ldfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61VM%2Be3ldfL._SL75_.jpg",
    "song": "Sounds of Babylon",
    "track_id": "ddeec9fc-24d2-4a20-990d-421134df77a9",
    "recording_id": null,
    "artist": "Samuel the First",
    "artist_ids": [
        "28a7dbcf-a30f-41ad-8abd-b7995df0223f"
    ],
    "album": "Classic Reggae: The Deejays: The Best of the Original 1970s Reggae DJs",
    "release_id": "7cdcbf14-ba54-40c4-b803-6cd8eb9efbdf",
    "release_group_id": null,
    "labels": [
        "Trojan"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}