Information about plays

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

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

{
    "id": 376548,
    "uri": "https://api.kexp.org/v2/plays/376548/?format=api",
    "airdate": "2019-09-04T14:00:57-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "http://coverartarchive.org/release/8838d557-42df-4ebd-88a4-f74cbc33e8f8/22584905643-250.jpg",
    "thumbnail_uri": "",
    "song": "Seven",
    "track_id": "05a524a2-424a-3962-a4cf-ab83d696c642",
    "recording_id": null,
    "artist": "Sunny Day Real Estate",
    "artist_ids": [
        "86b24e8f-a4d9-4c84-83ee-fde0d14ad9fa"
    ],
    "album": "Diary",
    "release_id": "8838d557-42df-4ebd-88a4-f74cbc33e8f8",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1994-05-10",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks for the 1994 flashback! And listening to John in the Morning on the Midday Show. Yeah. <br> <br> In 1994, Seattle band Sunny Day Real Estate released their debut album, <i>Diary</i>. The album was different from those released by popular Seattle grunge bands at the time. Its melodic but urgent sound has had a clear mark on future emo groups.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}