Information about plays

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

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

{
    "id": 3605108,
    "uri": "https://api.kexp.org/v2/plays/3605108/?format=api",
    "airdate": "2026-01-16T13:37:28-08:00",
    "show": 65666,
    "show_uri": "https://api.kexp.org/v2/shows/65666/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fascist Discotheque",
    "track_id": "142cfdeb-624d-4e22-b947-f4eb59326124",
    "recording_id": "ebbf1c53-551c-45c7-a5bc-5929703bb968",
    "artist": "Des Demonas",
    "artist_ids": [
        "7536e54b-aa8f-429a-aa62-21184a53c14c"
    ],
    "album": "Apocalyptic Boom! Boom!",
    "release_id": "3de00d81-8e1e-4d05-9c17-138ecb0ee364",
    "release_group_id": "712a1920-d9a2-4a3d-920c-a669a2b8e1a2",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2024-11-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Outta D.C \n\nhttps://des-demonas.bandcamp.com/album/apocalyptic-boom-boom",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}