Information about plays

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

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

{
    "id": 379089,
    "uri": "https://api.kexp.org/v2/plays/379089/?format=api",
    "airdate": "2019-09-10T10:55:00-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anthem",
    "track_id": "9a227bfb-47bb-3eea-baf9-c2eb16e550ce",
    "recording_id": null,
    "artist": "Leonard Cohen",
    "artist_ids": [
        "65314b12-0e08-43fa-ba33-baaa7b874c15"
    ],
    "album": "The Essential Leonard Cohen",
    "release_id": "ed8001e4-f1ce-34f4-9fc6-fdd074742e75",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Leonard Cohen said of this song, \"... there is a crack in everything...that’s where the light gets in, and that’s where the resurrection is and that’s where the return, that’s where the repentance is.\": https://bit.ly/2lKnOwn  Thank you, Jason, for sharing your life with depression and anxiety and the way that music can be profoundly healing.  You say, \"that enough light is coming through to keep walking.  Then you keep walking.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}