Information about plays

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

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

{
    "id": 382898,
    "uri": "https://api.kexp.org/v2/plays/382898/?format=api",
    "airdate": "2019-09-19T09:20:37-07:00",
    "show": 6370,
    "show_uri": "https://api.kexp.org/v2/shows/6370/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Going Norway",
    "track_id": "8b2a9b98-2dba-4a55-9be2-3989e57868c3",
    "recording_id": null,
    "artist": "Girl Band",
    "artist_ids": [
        "9018ba16-a391-4a08-af8c-21cdc52672c2"
    ],
    "album": "The Talkies",
    "release_id": "27c28955-7b9f-418b-9875-90252e76f5f0",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2019-09-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "There must be something over there in the water in Dublin, cause we've got more punk noise coming at us from Ireland. 'The Talkies' is Girl Band's sophomore album, due out on September 27th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}