Information about plays

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

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

{
    "id": 378744,
    "uri": "https://api.kexp.org/v2/plays/378744/?format=api",
    "airdate": "2019-09-09T13:06:53-07:00",
    "show": 6305,
    "show_uri": "https://api.kexp.org/v2/shows/6305/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Water",
    "track_id": "b67a7a92-98ee-48ae-96dd-59192932edc8",
    "recording_id": null,
    "artist": "Oh, Rose",
    "artist_ids": [
        "7782c0aa-a9e6-439c-b8f0-97c57d09c2df"
    ],
    "album": "While My Father Sleeps",
    "release_id": "020f1bd2-867d-4750-af53-d392c1a38801",
    "release_group_id": null,
    "labels": [
        "Park the Van"
    ],
    "label_ids": [
        "3d181182-568b-4108-9a9a-5595aefddcb2"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Olympia's own Oh, Roses recently came into kexp for a interview regarding her new album, <i> While My Father Sleeps</i>. You can read more on KEXP's website <br> Link: <br> https://bit.ly/2kcSYfA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}