Information about plays

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

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

{
    "id": 3632804,
    "uri": "https://api.kexp.org/v2/plays/3632804/?format=api",
    "airdate": "2026-03-23T17:15:31-07:00",
    "show": 66262,
    "show_uri": "https://api.kexp.org/v2/shows/66262/?format=api",
    "image_uri": "https://dn711003.ca.archive.org/0/items/mbid-f39f0310-ad34-4401-95a5-f70c32230a40/mbid-f39f0310-ad34-4401-95a5-f70c32230a40-21418410951_thumb500.jpg",
    "thumbnail_uri": "https://dn711003.ca.archive.org/0/items/mbid-f39f0310-ad34-4401-95a5-f70c32230a40/mbid-f39f0310-ad34-4401-95a5-f70c32230a40-21418410951_thumb250.jpg",
    "song": "Waves (Tame Impala remix)",
    "track_id": "6a4d4f51-30b4-4aaf-a89f-e943fcaf0ad7",
    "recording_id": "d5699495-46c2-4f68-992d-5d38db0f1307",
    "artist": "Miguel",
    "artist_ids": [
        "285e1285-aecc-478f-a8da-0c8cf69e1217"
    ],
    "album": "Rogue Waves",
    "release_id": "f39f0310-ad34-4401-95a5-f70c32230a40",
    "release_group_id": "c83e25b2-c7b8-4a13-9475-c3d0a546cd4c",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2016-02-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Riding the wave from Miguel to Miguel- with Kev P adding his touch.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}