Information about plays

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

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

{
    "id": 382952,
    "uri": "https://api.kexp.org/v2/plays/382952/?format=api",
    "airdate": "2019-09-19T12:39:56-07:00",
    "show": 6371,
    "show_uri": "https://api.kexp.org/v2/shows/6371/?format=api",
    "image_uri": "http://coverartarchive.org/release/c21ec99d-43a3-4875-82e7-673521ecd8a6/23724303315-250.jpg",
    "thumbnail_uri": "",
    "song": "The Runner",
    "track_id": "ee5b6354-56b0-4ccb-ae79-9871b1c4aad0",
    "recording_id": null,
    "artist": "Foals",
    "artist_ids": [
        "6a65d878-fcd0-42cf-aff9-ca1d636a8bcc"
    ],
    "album": "Everything Not Saved Will Be Lost Part 2",
    "release_id": "c21ec99d-43a3-4875-82e7-673521ecd8a6",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-18",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Foals' <i>‘Everything Not Saved Will Be Lost – Part 2</i> is set to release in October. Yannis Philippakis spoke with NME about working on a double album project and about Part 2. “It’s heavier. The guitars are at the front [and] there’s more guitars. There’s a 10-minute awesome space jam – like a Stanley Kubrick prog epic – and then there’s just some big riffs all over the record. It’s quite different from the first part, which we felt was more dance-y and more new wave. It’s more of a rock record with a capital ‘R’ – maybe two ‘R’s.” Read the full article and discover more about the album here: https://bit.ly/314upBS",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}