Information about plays

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

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

{
    "id": 382838,
    "uri": "https://api.kexp.org/v2/plays/382838/?format=api",
    "airdate": "2019-09-19T06:09:25-07:00",
    "show": 6370,
    "show_uri": "https://api.kexp.org/v2/shows/6370/?format=api",
    "image_uri": "http://coverartarchive.org/release/1821642d-fd2e-40e4-80d3-eb5fd35081f1/23975631063-250.jpg",
    "thumbnail_uri": "",
    "song": "Off the Grid",
    "track_id": "bc70adc5-c067-4d6c-aa86-d249c6f2cc32",
    "recording_id": null,
    "artist": "!!!",
    "artist_ids": [
        "f26c72d3-e52c-467b-b651-679c73d8e1a7"
    ],
    "album": "Wallop",
    "release_id": "1821642d-fd2e-40e4-80d3-eb5fd35081f1",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2019-08-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "!!! (Chk Chk Chk) will be back in town on October 2nd at the Crocodile touring for their newest album 'Wallop'. Relive their energetic (and memorable) performance in our Gathering Space in 2017 here: https://www.youtube.com/watch?v=J0DCguZOjsg&t=1202s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}