Information about plays

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

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

{
    "id": 3636578,
    "uri": "https://api.kexp.org/v2/plays/3636578/?format=api",
    "airdate": "2026-04-01T20:15:58-07:00",
    "show": 66340,
    "show_uri": "https://api.kexp.org/v2/shows/66340/?format=api",
    "image_uri": "https://coverartarchive.org/release/890a5412-c8b9-4926-a334-7d1765fd61a4/5761393796-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/890a5412-c8b9-4926-a334-7d1765fd61a4/5761393796-250.jpg",
    "song": "A Rose for Emily",
    "track_id": null,
    "recording_id": "6a8bac26-986f-4b69-a87e-2d0945607e5f",
    "artist": "The Zombies",
    "artist_ids": [
        "230ca093-1d00-4c57-9235-147942f66930"
    ],
    "album": "Odessey and Oracle",
    "release_id": null,
    "release_group_id": "9a4a9ebf-f4f7-3dba-9b80-0b274cbc80f9",
    "labels": [
        "Big Beat"
    ],
    "label_ids": [
        "915b9747-4dc9-4205-bae5-d5d4db5c3d44"
    ],
    "release_date": "1968-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}