Information about plays

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

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

{
    "id": 3571189,
    "uri": "https://api.kexp.org/v2/plays/3571189/?format=api",
    "airdate": "2025-10-28T23:17:14-07:00",
    "show": 64961,
    "show_uri": "https://api.kexp.org/v2/shows/64961/?format=api",
    "image_uri": "https://ia601307.us.archive.org/5/items/mbid-1d64b817-6c71-39d9-a511-88a46c02338d/mbid-1d64b817-6c71-39d9-a511-88a46c02338d-7738007329_thumb500.jpg",
    "thumbnail_uri": "https://ia601307.us.archive.org/5/items/mbid-1d64b817-6c71-39d9-a511-88a46c02338d/mbid-1d64b817-6c71-39d9-a511-88a46c02338d-7738007329_thumb250.jpg",
    "song": "Vampire Blues",
    "track_id": "8d20460c-2ba4-3c7b-9a94-85e7d70bd288",
    "recording_id": "eb15a0b9-2403-4c6a-9c02-d4d459d8f989",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "On the Beach",
    "release_id": "1d64b817-6c71-39d9-a511-88a46c02338d",
    "release_group_id": "f4174531-b783-3786-b75f-4fe61a8f6333",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2003-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I'm a vampire, baby, suckin' blood from the earth...\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}