Information about plays

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

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

{
    "id": 454601,
    "uri": "https://api.kexp.org/v2/plays/454601/?format=api",
    "airdate": "2001-08-11T15:15:47-07:00",
    "show": 7693,
    "show_uri": "https://api.kexp.org/v2/shows/7693/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61bgUq%2Bnr0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61bgUq%2Bnr0L._SL75_.jpg",
    "song": "Jumpin' the Blues",
    "track_id": "0376cadb-e1ef-478c-84c6-d318e56b60b8",
    "recording_id": null,
    "artist": "Johnny Otis & His Orchestra",
    "artist_ids": [
        "ef626f2f-7793-409c-936a-80dcc00fca75"
    ],
    "album": "Spirit of the Black Territory Bands",
    "release_id": "fe96ab5a-adac-4365-b0a2-56149f730ada",
    "release_group_id": null,
    "labels": [
        "Arhoolie"
    ],
    "label_ids": [
        "148498ac-d0d5-40ff-ad4c-50a0a6654564"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}