Information about plays

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

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

{
    "id": 3632216,
    "uri": "https://api.kexp.org/v2/plays/3632216/?format=api",
    "airdate": "2026-03-22T03:23:09-07:00",
    "show": 66248,
    "show_uri": "https://api.kexp.org/v2/shows/66248/?format=api",
    "image_uri": "https://dn710905.ca.archive.org/0/items/mbid-de92f6d3-8d9a-3152-abdf-f6e723c3d1ac/mbid-de92f6d3-8d9a-3152-abdf-f6e723c3d1ac-16839853239_thumb500.jpg",
    "thumbnail_uri": "https://dn710905.ca.archive.org/0/items/mbid-de92f6d3-8d9a-3152-abdf-f6e723c3d1ac/mbid-de92f6d3-8d9a-3152-abdf-f6e723c3d1ac-16839853239_thumb250.jpg",
    "song": "The Mask",
    "track_id": "f1cf8488-f592-3418-b357-81dc2f108726",
    "recording_id": "37a33967-23f4-4524-a34f-132799472f3d",
    "artist": "DANGERDOOM feat. Ghostface Killah",
    "artist_ids": [
        "be0cb2f2-71c3-4e95-a584-c19248951ff4",
        "3b39abeb-0064-4eed-9ddd-ee47a45c54cb"
    ],
    "album": "The Mouse and the Mask",
    "release_id": "de92f6d3-8d9a-3152-abdf-f6e723c3d1ac",
    "release_group_id": "6fa4f80a-a866-3898-8ea0-fc1f968bbcdb",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2005-10-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DANDGERDOOM is a collab of MF Doom & producer Danger Mouse. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}