Information about plays

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

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

{
    "id": 3619892,
    "uri": "https://api.kexp.org/v2/plays/3619892/?format=api",
    "airdate": "2026-02-20T11:01:47-08:00",
    "show": 65982,
    "show_uri": "https://api.kexp.org/v2/shows/65982/?format=api",
    "image_uri": "https://dn710100.ca.archive.org/0/items/mbid-469deb05-d545-48c0-a394-0de717e801f6/mbid-469deb05-d545-48c0-a394-0de717e801f6-42760340510_thumb500.jpg",
    "thumbnail_uri": "https://dn710100.ca.archive.org/0/items/mbid-469deb05-d545-48c0-a394-0de717e801f6/mbid-469deb05-d545-48c0-a394-0de717e801f6-42760340510_thumb250.jpg",
    "song": "Cinema",
    "track_id": "a91985e3-852b-4e7b-b65d-1939788a82e5",
    "recording_id": "c1c79368-a55c-4d85-81a9-fbfc3dc4f825",
    "artist": "The Belair Lip Bombs",
    "artist_ids": [
        "9f495346-8e2f-47b3-a4d9-883ba4311d64"
    ],
    "album": "Again",
    "release_id": "469deb05-d545-48c0-a394-0de717e801f6",
    "release_group_id": "17cc0d76-ad83-4a02-a0ee-94975f78015d",
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2025-10-31",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Melbourne band The Belair Lip Bombs will be touring on the west coast soon!\n\n-S.F. on March 24th at Brick and Mortar Hall\n\n-Seattle on March 27th at Baba Yaga. \n\nTheir newest album, Again, came out in October! \n\nhttps://thebelairlipbombs.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}