Information about plays

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

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

{
    "id": 376342,
    "uri": "https://api.kexp.org/v2/plays/376342/?format=api",
    "airdate": "2019-09-04T01:49:29-07:00",
    "show": 6265,
    "show_uri": "https://api.kexp.org/v2/shows/6265/?format=api",
    "image_uri": "http://coverartarchive.org/release/1821642d-fd2e-40e4-80d3-eb5fd35081f1/23840115608-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": "“Who doesn’t feel paranoid or want to get off the grid right now?” they write. “There’s more good times and heartbreak to come… we promise. But we wanted to start you off with a couple of peak timers that were written on dark and stormy nights. Really excited to be hitting the road with these new songs, we’ve already been playing them and they are fucking killing. So…listen to these jams loud and expect a lot more from us very, very soon.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}