Information about plays

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

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

{
    "id": 3641181,
    "uri": "https://api.kexp.org/v2/plays/3641181/?format=api",
    "airdate": "2026-04-12T12:17:24-07:00",
    "show": 66434,
    "show_uri": "https://api.kexp.org/v2/shows/66434/?format=api",
    "image_uri": "https://coverartarchive.org/release/aa0f582b-8df0-423f-ae78-f7f6aa6dae18/30071346534-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aa0f582b-8df0-423f-ae78-f7f6aa6dae18/30071346534-250.jpg",
    "song": "Roots Train",
    "track_id": null,
    "recording_id": "8d413f89-3a50-4e0e-b687-fbed6d393e66",
    "artist": "Junior Murvin/Dillinger",
    "artist_ids": [],
    "album": "Black Art From the Black Ark",
    "release_id": null,
    "release_group_id": "fc383dcf-c3d4-4a40-b1e4-d8c193e8412a",
    "labels": [
        "Corn-Fed Productions"
    ],
    "label_ids": [
        "0d05fe13-3a82-4e3f-8284-9f2b39f4a068"
    ],
    "release_date": "2021-07-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://pressuresounds.bandcamp.com/album/black-art-from-the-black-ark",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}