Information about plays

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

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

{
    "id": 3590033,
    "uri": "https://api.kexp.org/v2/plays/3590033/?format=api",
    "airdate": "2025-12-12T06:02:12-08:00",
    "show": 65353,
    "show_uri": "https://api.kexp.org/v2/shows/65353/?format=api",
    "image_uri": "https://ia800902.us.archive.org/35/items/mbid-b84008ae-f6b3-44c8-bbbc-746b527cf8a1/mbid-b84008ae-f6b3-44c8-bbbc-746b527cf8a1-31660603912_thumb500.jpg",
    "thumbnail_uri": "https://ia600902.us.archive.org/35/items/mbid-b84008ae-f6b3-44c8-bbbc-746b527cf8a1/mbid-b84008ae-f6b3-44c8-bbbc-746b527cf8a1-31660603912_thumb250.jpg",
    "song": "Death By Guitar",
    "track_id": "3a3c08bd-71c6-3d8c-8d62-33b57486181a",
    "recording_id": "43138a5f-0e03-4b7b-ac5e-b73a96a06ac1",
    "artist": "Bangs",
    "artist_ids": [
        "0136de92-264c-4e22-b3df-647b2cc8ce97"
    ],
    "album": "Tiger Beat",
    "release_id": "b84008ae-f6b3-44c8-bbbc-746b527cf8a1",
    "release_group_id": "4ad2e6ec-cc3d-3d74-812b-f02249f39414",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1998-03-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Bangs (often erroneously referred to as the Bangs) was an American punk rock and Riot grrrl band from Olympia, Washington!\n\nhttps://bangs.bandcamp.com/album/tiger-beat",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}