Information about plays

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

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

{
    "id": 372454,
    "uri": "https://api.kexp.org/v2/plays/372454/?format=api",
    "airdate": "2019-08-26T06:41:00-07:00",
    "show": 6206,
    "show_uri": "https://api.kexp.org/v2/shows/6206/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She’s So High",
    "track_id": "008dbc04-88ab-3d5f-b981-0d84473b5d3c",
    "recording_id": null,
    "artist": "Blur",
    "artist_ids": [
        "ba853904-ae25-4ebb-89d6-c44cfbd71bd2"
    ],
    "album": "Leisure",
    "release_id": "d81bfb74-5d2e-4dcf-956f-550cfde5eed5",
    "release_group_id": null,
    "labels": [
        "SBK Records"
    ],
    "label_ids": [],
    "release_date": "1991-08-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Also released on this day, in 1991 Blur's debut album 'Leisure' came out. Damon Albarn said that the band's ethos at the time was to \"play loud, fast music, jump around a lot and do it to the point of exhaustion.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}