Information about plays

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

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

{
    "id": 416717,
    "uri": "https://api.kexp.org/v2/plays/416717/?format=api",
    "airdate": "2001-04-20T12:23:20-07:00",
    "show": 6954,
    "show_uri": "https://api.kexp.org/v2/shows/6954/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31DJA12J55L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31DJA12J55L._SL75_.jpg",
    "song": "Mad Flava",
    "track_id": "9b90cb06-1332-4cc1-b830-b03f059658ac",
    "recording_id": null,
    "artist": "Fatboy Slim",
    "artist_ids": [
        "34c63966-445c-4613-afe1-4f0e1e53ae9a"
    ],
    "album": "Halfway Between the Gutter and the Stars",
    "release_id": "8cc64af7-4182-41e3-bc6f-8910fa3d2fb9",
    "release_group_id": null,
    "labels": [
        "Skint Records"
    ],
    "label_ids": [
        "6445787b-52aa-4d52-a0f9-20ca3136b4cd"
    ],
    "release_date": "2000-11-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}