Information about plays

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

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

{
    "id": 3639248,
    "uri": "https://api.kexp.org/v2/plays/3639248/?format=api",
    "airdate": "2026-04-08T00:40:48-07:00",
    "show": 66395,
    "show_uri": "https://api.kexp.org/v2/shows/66395/?format=api",
    "image_uri": "https://dn720604.ca.archive.org/0/items/mbid-4d705f21-db84-4a7f-b7f6-00958f47b242/mbid-4d705f21-db84-4a7f-b7f6-00958f47b242-44336970455_thumb500.jpg",
    "thumbnail_uri": "https://dn720604.ca.archive.org/0/items/mbid-4d705f21-db84-4a7f-b7f6-00958f47b242/mbid-4d705f21-db84-4a7f-b7f6-00958f47b242-44336970455_thumb250.jpg",
    "song": "Is It Real?",
    "track_id": "c98c54b4-4656-4f46-a1c6-8d715173657d",
    "recording_id": "1d1ffe3b-cad3-4e48-8386-9f81d5f56af1",
    "artist": "twisted teens",
    "artist_ids": [
        "c97b7cfb-3637-4cc7-a7c5-470f79a20a9d"
    ],
    "album": "Blame The Clown",
    "release_id": "4d705f21-db84-4a7f-b7f6-00958f47b242",
    "release_group_id": "833a7cf9-e2dd-400d-892d-7deb80139f2b",
    "labels": [
        "Jazz Life"
    ],
    "label_ids": [
        "3166bb39-8f76-4466-9c7e-b5d1a47d3f43"
    ],
    "release_date": "2026-02-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}