Information about plays

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

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

{
    "id": 3641183,
    "uri": "https://api.kexp.org/v2/plays/3641183/?format=api",
    "airdate": "2026-04-12T12:33:00-07:00",
    "show": 66434,
    "show_uri": "https://api.kexp.org/v2/shows/66434/?format=api",
    "image_uri": "https://coverartarchive.org/release/31e2de6b-3795-43c2-83e8-78bad861d93c/26173227523-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/31e2de6b-3795-43c2-83e8-78bad861d93c/26173227523-250.jpg",
    "song": "Drum Song Dub",
    "track_id": null,
    "recording_id": "0fc4c76d-204e-46d9-85fa-94adc6bf271c",
    "artist": "Scientist",
    "artist_ids": [
        "90d63976-5e70-4c73-a500-eb67997d6ed2"
    ],
    "album": "Scientific Dub",
    "release_id": null,
    "release_group_id": "e13e2107-773c-3566-a194-ad4ca2f056f2",
    "labels": [
        "Clocktower Records"
    ],
    "label_ids": [
        "c08cbeb9-9e7b-4515-b935-11c73d801917"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://tigerbloodtapes.bandcamp.com/album/scientific-dub",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}