Information about plays

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

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

{
    "id": 3635061,
    "uri": "https://api.kexp.org/v2/plays/3635061/?format=api",
    "airdate": "2026-03-29T09:10:33-07:00",
    "show": 66311,
    "show_uri": "https://api.kexp.org/v2/shows/66311/?format=api",
    "image_uri": "https://coverartarchive.org/release/55c99edd-7baa-40b9-9c7a-59f99ed5ae76/43406213163-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/55c99edd-7baa-40b9-9c7a-59f99ed5ae76/43406213163-250.jpg",
    "song": "Black River Swamp",
    "track_id": null,
    "recording_id": "d0321241-61d2-4d5c-bc1e-0b03fbd8e4d4",
    "artist": "Link Wray",
    "artist_ids": [
        "1c1c86a2-7850-47ac-8771-ae6359bae2b7"
    ],
    "album": "Link Wray",
    "release_id": null,
    "release_group_id": "3119a110-05c6-3cec-9e52-fca73e05d518",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After a bout of tuberculosis in 1956, Wray sang on this record with the one lung that made it through the illness. \n\nLink is featured in the award-winning documentary \"RUMBLE: The Indians Who Rocked the World,\" about the groundbreaking guitarist and other Native American, Indigenous and First Nations musicians: http://www.pbs.org/independentlens/films/rumble",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}