Information about plays

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

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

{
    "id": 376425,
    "uri": "https://api.kexp.org/v2/plays/376425/?format=api",
    "airdate": "2019-09-04T06:58:50-07:00",
    "show": 6266,
    "show_uri": "https://api.kexp.org/v2/shows/6266/?format=api",
    "image_uri": "http://coverartarchive.org/release/e13f9cae-826e-4fc4-b2c4-baf80922c0c9/16652836974-250.jpg",
    "thumbnail_uri": "",
    "song": "Laid",
    "track_id": "525f5493-c999-4d5d-ada7-a85547700da6",
    "recording_id": null,
    "artist": "The Pains of Being Pure at Heart",
    "artist_ids": [
        "46f4e349-ddec-4131-9367-91b630a821d0"
    ],
    "album": "Hell",
    "release_id": "e13f9cae-826e-4fc4-b2c4-baf80922c0c9",
    "release_group_id": null,
    "labels": [
        "Painbow Records"
    ],
    "label_ids": [
        "aa83f41e-94ea-4bb8-a96a-2ed38e594f83"
    ],
    "release_date": "2015-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's the video from The Pains of Being Pure At Heart's 2014 KEXP In-Studio of this James cover: https://www.youtube.com/watch?v=rcsbTtGEJ28.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}