Information about plays

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

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

{
    "id": 427954,
    "uri": "https://api.kexp.org/v2/plays/427954/?format=api",
    "airdate": "2001-05-25T10:42:51-07:00",
    "show": 7187,
    "show_uri": "https://api.kexp.org/v2/shows/7187/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/216GG47YZSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/216GG47YZSL._SL75_.jpg",
    "song": "Hear The Sirens Call",
    "track_id": "2497e4d9-64ba-4f1b-b41c-dedb7818c3ba",
    "recording_id": null,
    "artist": "Rico Bell and the Snake Handlers",
    "artist_ids": [
        "4b260713-90f7-424a-89fe-ecb48abbd33a"
    ],
    "album": "Dark Side Of The Mersey",
    "release_id": "e042f13e-2e24-4731-93e8-bb0d7fd39204",
    "release_group_id": null,
    "labels": [
        "Bloodshot"
    ],
    "label_ids": [],
    "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"
}