Information about plays

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

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

{
    "id": 3632947,
    "uri": "https://api.kexp.org/v2/plays/3632947/?format=api",
    "airdate": "2026-03-24T02:21:26-07:00",
    "show": 66265,
    "show_uri": "https://api.kexp.org/v2/shows/66265/?format=api",
    "image_uri": "https://coverartarchive.org/release/8255c4b7-fac7-436a-a06d-5dab36452643/39621665746-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8255c4b7-fac7-436a-a06d-5dab36452643/39621665746-250.jpg",
    "song": "side by side [rebirth]",
    "track_id": null,
    "recording_id": "ac38f2bf-ff7f-492f-ab06-10c0e889a63e",
    "artist": "Logic1000 & Empress Of",
    "artist_ids": [
        "8e018193-119b-42f3-8ef8-b9575b0208ca",
        "91cd6a5a-e0db-4329-837e-9b6479d1ed2d"
    ],
    "album": "mother :;~ rebirth",
    "release_id": null,
    "release_group_id": "37320a4f-fead-4d9d-85d2-8301e7b286e4",
    "labels": [
        "Therapy"
    ],
    "label_ids": [
        "1afc4ba3-a8f5-4c2e-893d-7e88397d3685"
    ],
    "release_date": "2024-08-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://logic1000.bandcamp.com/album/side-by-side-feat-empress-of-rebirth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}