Information about plays

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

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

{
    "id": 3638812,
    "uri": "https://api.kexp.org/v2/plays/3638812/?format=api",
    "airdate": "2026-04-06T22:47:38-07:00",
    "show": 66387,
    "show_uri": "https://api.kexp.org/v2/shows/66387/?format=api",
    "image_uri": "https://coverartarchive.org/release/7e350c06-037a-4e3e-a73d-3df46b1893d1/43792718308-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7e350c06-037a-4e3e-a73d-3df46b1893d1/43792718308-250.jpg",
    "song": "Underdetermined",
    "track_id": null,
    "recording_id": "3d43927a-1c48-4852-b246-14b8e83751e7",
    "artist": "Quirke",
    "artist_ids": [
        "62029b16-c5e5-4548-a1ab-f86dcd48ba20"
    ],
    "album": "Configuration OT",
    "release_id": null,
    "release_group_id": "fad0e54a-d10b-4d9d-9ad5-c53946d21104",
    "labels": [
        "Dekmantel"
    ],
    "label_ids": [
        "99ab412c-0935-4b63-b53b-18e8d048fefb"
    ],
    "release_date": "2026-01-29",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ace EP from the adventurous London producer - https://quirke.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}