Information about plays

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

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

{
    "id": 3622724,
    "uri": "https://api.kexp.org/v2/plays/3622724/?format=api",
    "airdate": "2026-02-26T20:54:48-08:00",
    "show": 66038,
    "show_uri": "https://api.kexp.org/v2/shows/66038/?format=api",
    "image_uri": "https://coverartarchive.org/release/9ff3e464-c1ed-4dfb-9932-94ab55e7bc7f/2821798323-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9ff3e464-c1ed-4dfb-9932-94ab55e7bc7f/2821798323-250.jpg",
    "song": "Rebel Warrior",
    "track_id": null,
    "recording_id": "71f59ed4-248c-4b42-90e6-76942acf3aab",
    "artist": "Asian Dub Foundation",
    "artist_ids": [
        "db612997-f11e-424d-8b41-cf410a433656"
    ],
    "album": "Facts and Fictions",
    "release_id": null,
    "release_group_id": "dae98f89-d4be-3dde-8523-21cf5c2cd728",
    "labels": [
        "Labels"
    ],
    "label_ids": [
        "40ab4841-e93a-4557-a91f-d3fbe30e6af9"
    ],
    "release_date": "1995-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Asian Dub Foundation are an English electronic music band that combines musical styles including rap rock, dub, dancehall, ragga, ReggaeEDM, and South Asian music. The group also includes traditional rock instruments such as electric bass and guitar, which acknowledges a punk rock influence.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}