Information about plays

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

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

{
    "id": 3629545,
    "uri": "https://api.kexp.org/v2/plays/3629545/?format=api",
    "airdate": "2026-03-16T01:20:39-07:00",
    "show": 66194,
    "show_uri": "https://api.kexp.org/v2/shows/66194/?format=api",
    "image_uri": "https://dn721905.ca.archive.org/0/items/mbid-7c7d94cb-651e-404d-a9a4-a0110ef784f6/mbid-7c7d94cb-651e-404d-a9a4-a0110ef784f6-38792947949_thumb500.jpg",
    "thumbnail_uri": "https://dn721905.ca.archive.org/0/items/mbid-7c7d94cb-651e-404d-a9a4-a0110ef784f6/mbid-7c7d94cb-651e-404d-a9a4-a0110ef784f6-38792947949_thumb250.jpg",
    "song": "Sunset",
    "track_id": "d0f8ce94-af0b-411e-a99c-13f168228c12",
    "recording_id": "16e23a3b-cf00-4919-85c4-e9fbf3105348",
    "artist": "Resavoir",
    "artist_ids": [
        "b8acf43e-1ad5-4657-85a6-a75cc1f5e5fe"
    ],
    "album": "Resavoir",
    "release_id": "7c7d94cb-651e-404d-a9a4-a0110ef784f6",
    "release_group_id": "85340299-b601-4ee9-ae77-e2b605b4a74f",
    "labels": [
        "International Anthem"
    ],
    "label_ids": [
        "bb378868-3f61-432d-b2c1-cdb0bc38a90b"
    ],
    "release_date": "2023-11-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Resavoir - the collaborative project led by Chicago producer/composer Will Miller - presents their second self-titled album. The new 'Resavoir' is a subtly radiant symphony interweaving modern-day soul-jazz with bedroom beats, synth serenades and twilight sonatas. It represents Miller’s most assured and refined work to date.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}