Information about plays

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

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

{
    "id": 3615717,
    "uri": "https://api.kexp.org/v2/plays/3615717/?format=api",
    "airdate": "2026-02-10T11:18:43-08:00",
    "show": 65896,
    "show_uri": "https://api.kexp.org/v2/shows/65896/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "AAA",
    "track_id": "55b77964-b7d0-405b-b64e-9331ea3c3bae",
    "recording_id": "a30b18ec-39b9-406c-8d5b-f317ef278556",
    "artist": "Great Ooze",
    "artist_ids": [
        "8c6e5764-580b-49c7-90fd-35717cafc94a"
    ],
    "album": "The Vast and Howling Wilderness",
    "release_id": "0d417e94-0bb5-4cb9-8613-3831a82cf8fa",
    "release_group_id": "4201c731-e5b7-4244-82cf-3a0752841411",
    "labels": [
        "Den Tapes"
    ],
    "label_ids": [
        "f295a646-1c25-4dc1-9a67-40828b4091d1"
    ],
    "release_date": "2026-01-30",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Great Ooze is: Andy Jones, James Madson, Caleb Kerns,  and Landon Welsh.\n\nGo here to purchase the 8-song album, \"The Vast and Howling Wilderness,\" released on January 30th by Seattle band Great Ooze: https://greatooze.bandcamp.com/album/the-vast-and-howling-wilderness",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}