Information about plays

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

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

{
    "id": 2678374,
    "uri": "https://api.kexp.org/v2/plays/2678374/?format=api",
    "airdate": "2019-12-26T12:28:52-08:00",
    "show": 46227,
    "show_uri": "https://api.kexp.org/v2/shows/46227/?format=api",
    "image_uri": "https://coverartarchive.org/release/a770df1f-6401-41fe-b59c-e9a101062158/2987321136-250.jpg",
    "thumbnail_uri": "",
    "song": "Bitch",
    "track_id": "d3538565-b889-31d2-b183-513e56646fac",
    "recording_id": null,
    "artist": "THEESatisfaction",
    "artist_ids": [
        "918c2998-512f-4e6c-95ec-0f833c4b7e22"
    ],
    "album": "awE naturalE",
    "release_id": "a770df1f-6401-41fe-b59c-e9a101062158",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2012-04-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "THEESatisfaction performed live in the KEXP studio in March 2012. THEESatisfaction consisted of Stasia \"Stas\" Irons (Stas THEE Boss from KEXPs Street Sounds) and Catherine \"Cat\" Harris-White (aka SassyBlack). Watch their performance here: https://www.youtube.com/watch?v=C5zp23FFOZg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}