Information about plays

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

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

{
    "id": 3639204,
    "uri": "https://api.kexp.org/v2/plays/3639204/?format=api",
    "airdate": "2026-04-07T22:11:20-07:00",
    "show": 66395,
    "show_uri": "https://api.kexp.org/v2/shows/66395/?format=api",
    "image_uri": "https://dn721905.ca.archive.org/0/items/mbid-a4ec34fc-699b-4c70-a077-658f9fa126a5/mbid-a4ec34fc-699b-4c70-a077-658f9fa126a5-36580652490_thumb500.jpg",
    "thumbnail_uri": "https://dn721905.ca.archive.org/0/items/mbid-a4ec34fc-699b-4c70-a077-658f9fa126a5/mbid-a4ec34fc-699b-4c70-a077-658f9fa126a5-36580652490_thumb250.jpg",
    "song": "Take Me to the River",
    "track_id": "4015dd25-1811-4c86-b1c6-593944d16afa",
    "recording_id": "6abee979-2e03-4fed-ad26-f11eb1addad3",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Stop Making Sense",
    "release_id": "a4ec34fc-699b-4c70-a077-658f9fa126a5",
    "release_group_id": "2b85ba4e-53bf-4473-87f5-59d0b53020ad",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2023-08-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}