Information about plays

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

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

{
    "id": 3546903,
    "uri": "https://api.kexp.org/v2/plays/3546903/?format=api",
    "airdate": "2025-08-30T21:43:48-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "https://dn721504.ca.archive.org/0/items/mbid-bdce6e4f-ee13-4b96-a5f0-a432e8d79974/mbid-bdce6e4f-ee13-4b96-a5f0-a432e8d79974-42145660365_thumb500.jpg",
    "thumbnail_uri": "https://dn721504.ca.archive.org/0/items/mbid-bdce6e4f-ee13-4b96-a5f0-a432e8d79974/mbid-bdce6e4f-ee13-4b96-a5f0-a432e8d79974-42145660365_thumb250.jpg",
    "song": "Anything Hell",
    "track_id": "f55cb7ec-d7ed-40bd-a759-e1a4f8eee0f0",
    "recording_id": "15aaa819-7dd6-48ea-be49-7112e67b0194",
    "artist": "Monsterwatch",
    "artist_ids": [
        "57ed819b-abb3-40a7-8c56-4bea53754710"
    ],
    "album": "The Head",
    "release_id": "bdce6e4f-ee13-4b96-a5f0-a432e8d79974",
    "release_group_id": "c7a18075-f38a-4811-ad2e-7a59880d678c",
    "labels": [
        "Killroom Records"
    ],
    "label_ids": [
        "48a387e0-1253-4912-9245-8e40024447b7"
    ],
    "release_date": "2025-05-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "For Mark in Pt. Townsend, WA\n\nMonsterwatch performed at the KEXP BBQ a few weeks ago but if you missed it, you can check out their music videos on their website.\n\nhttps://m0nsterwatch.com/\nhttps://monsterwatch.bandcamp.com/album/the-head",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}