Information about plays

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

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

{
    "id": 3609999,
    "uri": "https://api.kexp.org/v2/plays/3609999/?format=api",
    "airdate": "2026-01-28T00:53:43-08:00",
    "show": 65773,
    "show_uri": "https://api.kexp.org/v2/shows/65773/?format=api",
    "image_uri": "https://dn721603.ca.archive.org/0/items/mbid-351ba6b9-5b66-489c-b05e-71eff016c752/mbid-351ba6b9-5b66-489c-b05e-71eff016c752-30629111338_thumb500.jpg",
    "thumbnail_uri": "https://dn721603.ca.archive.org/0/items/mbid-351ba6b9-5b66-489c-b05e-71eff016c752/mbid-351ba6b9-5b66-489c-b05e-71eff016c752-30629111338_thumb250.jpg",
    "song": "Harmonia’s Dream",
    "track_id": "49419975-7449-45d8-8030-6b5d77bc8017",
    "recording_id": "bc1b6c8a-fa7b-43b5-864e-8b17dac44ec7",
    "artist": "The War on Drugs",
    "artist_ids": [
        "87b9b3b8-ab93-426c-a200-4012d667a626"
    ],
    "album": "I Don’t Live Here Anymore",
    "release_id": "fbfe840e-f3d7-4ca8-a011-a2b30f81f695",
    "release_group_id": "af8f5795-7d03-449d-b6ee-65cf4b1e3a95",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2021-10-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}