Information about plays

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

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

{
    "id": 355232,
    "uri": "https://api.kexp.org/v2/plays/355232/?format=api",
    "airdate": "2019-07-16T21:12:03-07:00",
    "show": 5917,
    "show_uri": "https://api.kexp.org/v2/shows/5917/?format=api",
    "image_uri": "http://coverartarchive.org/release/a21bd25b-afa4-440b-96f6-79d9f58162a8/18122196331-250.jpg",
    "thumbnail_uri": "",
    "song": "Stay Alive",
    "track_id": "73179115-cd8a-40fb-908c-80d7b40a2fcb",
    "recording_id": null,
    "artist": "Hollie Cook",
    "artist_ids": [
        "806139a2-556b-45d8-bc5e-93e3d898e4ad"
    ],
    "album": "Vessel of Love",
    "release_id": "a21bd25b-afa4-440b-96f6-79d9f58162a8",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2018-01-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}