Information about plays

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

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

{
    "id": 3641892,
    "uri": "https://api.kexp.org/v2/plays/3641892/?format=api",
    "airdate": "2026-04-14T07:43:46-07:00",
    "show": 66450,
    "show_uri": "https://api.kexp.org/v2/shows/66450/?format=api",
    "image_uri": "https://dn710702.ca.archive.org/0/items/mbid-59752819-1e3f-4ff5-bad2-7b8fc92b4b18/mbid-59752819-1e3f-4ff5-bad2-7b8fc92b4b18-10335245464_thumb500.jpg",
    "thumbnail_uri": "https://dn710702.ca.archive.org/0/items/mbid-59752819-1e3f-4ff5-bad2-7b8fc92b4b18/mbid-59752819-1e3f-4ff5-bad2-7b8fc92b4b18-10335245464_thumb250.jpg",
    "song": "Breath",
    "track_id": "7c4c533d-e22c-39b0-9f25-aec344b04d2e",
    "recording_id": "4fc6f24a-66ad-4797-81b6-db369791ec7a",
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "Singles: Original Motion Picture Soundtrack",
    "release_id": "59752819-1e3f-4ff5-bad2-7b8fc92b4b18",
    "release_group_id": "9c80717d-43e0-3219-b8c8-019f5d83cf60",
    "labels": [
        "Epic Soundtrax"
    ],
    "label_ids": [
        "f65eb039-2e15-4139-83d9-d31dbbf18afa"
    ],
    "release_date": "1992-06-30",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Our album of the week!\n\n\"Breath\" first appeared on the soundtrack to the 1992 film, \"Singles,\" released on this day 32 years ago.\n\nGuitarist Mike McCready on the song:\n\"That was a really old song of Stone's (Gossard) from his days in Mother Love Bone. It was just another chance for me to do a lot of leads. The song was kind of cool at the time because it reminded me of performing. For me, it was about playing live.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}