Information about plays

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

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

{
    "id": 3635811,
    "uri": "https://api.kexp.org/v2/plays/3635811/?format=api",
    "airdate": "2026-03-31T01:40:06-07:00",
    "show": 66326,
    "show_uri": "https://api.kexp.org/v2/shows/66326/?format=api",
    "image_uri": "https://coverartarchive.org/release/15bafcf7-54c8-4c94-bd7b-11cb0c55cd23/32529807800-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/15bafcf7-54c8-4c94-bd7b-11cb0c55cd23/32529807800-250.jpg",
    "song": "Digidesign",
    "track_id": null,
    "recording_id": "8b096c20-d500-401d-8448-ab5baf1a4201",
    "artist": "Joker",
    "artist_ids": [
        "4ec9883f-f359-4b41-bcf9-4d92e97f2f20"
    ],
    "album": "Digidesign / You Don't Know What Love Is",
    "release_id": null,
    "release_group_id": "86027a41-b22d-312d-b3e7-8ebd04773bf6",
    "labels": [
        "Hyperdub"
    ],
    "label_ids": [
        "d73fd0e0-8799-4506-ad1b-6342bf46fc77"
    ],
    "release_date": "2009-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "OG Dubstep before the US ruined it!\n\nJoker is British producer Liam McLean. He was named \"2009 king of bass music\" by XLR8R magazine and was featured in the September 2009 issue of The Wire magazine.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}