Information about plays

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

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

{
    "id": 3632224,
    "uri": "https://api.kexp.org/v2/plays/3632224/?format=api",
    "airdate": "2026-03-22T03:46:45-07:00",
    "show": 66248,
    "show_uri": "https://api.kexp.org/v2/shows/66248/?format=api",
    "image_uri": "https://dn710907.ca.archive.org/0/items/mbid-0c68a0e9-206d-4d5e-8fb7-2e21fad236f6/mbid-0c68a0e9-206d-4d5e-8fb7-2e21fad236f6-17378236559_thumb500.jpg",
    "thumbnail_uri": "https://dn710907.ca.archive.org/0/items/mbid-0c68a0e9-206d-4d5e-8fb7-2e21fad236f6/mbid-0c68a0e9-206d-4d5e-8fb7-2e21fad236f6-17378236559_thumb250.jpg",
    "song": "Dream of the '90s",
    "track_id": "4e973f1d-3105-3f80-b609-0ff66c216b0a",
    "recording_id": "ca4382d9-2b49-47f2-b6a2-2e5141555b07",
    "artist": "Fred Armisen, Carrie Brownstein",
    "artist_ids": [
        "b1bad7e7-18fd-4c1d-9a64-66c3696209ac",
        "2b7d41d8-21d4-4410-a57b-5ddaeb131094"
    ],
    "album": "Portlandia",
    "release_id": "0c68a0e9-206d-4d5e-8fb7-2e21fad236f6",
    "release_group_id": "f934fb7c-3eca-467f-8c04-c067f404d4ff",
    "labels": [
        "Broadway Video"
    ],
    "label_ids": [
        "52779e2b-6f43-49c2-90aa-280ce9790e47"
    ],
    "release_date": "2011-01-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Carrie Brownstein, co-show runner of Portlandia with Fred Armisen, is a member of Sleater-Kinney.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}