Information about plays

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

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

{
    "id": 3626553,
    "uri": "https://api.kexp.org/v2/plays/3626553/?format=api",
    "airdate": "2026-03-07T21:54:13-08:00",
    "show": 66122,
    "show_uri": "https://api.kexp.org/v2/shows/66122/?format=api",
    "image_uri": "https://coverartarchive.org/release/692f84f0-568a-48aa-ac56-cd7f1bad5eaf/40470357861-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/692f84f0-568a-48aa-ac56-cd7f1bad5eaf/40470357861-250.jpg",
    "song": "Möchtegern",
    "track_id": null,
    "recording_id": "bf2b533d-b7a3-40bb-8de7-582e43b7b94c",
    "artist": "Cosey Mueller",
    "artist_ids": [
        "b06082d2-892e-421a-bac5-82442ed0c561"
    ],
    "album": "Softcore",
    "release_id": null,
    "release_group_id": "e0b60d99-54a9-4f67-8910-d8ca566b22fd",
    "labels": [
        "Static Age"
    ],
    "label_ids": [
        "809803ec-27da-44ee-a23b-52a9ca43c4cc"
    ],
    "release_date": "2024-10-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cosey Mueller's upcoming album, Embodiment of Denial will be released on May 22nd.\n\nhttps://coseymueller.bandcamp.com/album/embodiment-of-denial",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}