Information about plays

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

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

{
    "id": 3572872,
    "uri": "https://api.kexp.org/v2/plays/3572872/?format=api",
    "airdate": "2025-11-02T00:33:13-07:00",
    "show": 65000,
    "show_uri": "https://api.kexp.org/v2/shows/65000/?format=api",
    "image_uri": "https://coverartarchive.org/release/7a8cf9f8-c085-4bcc-a096-7c934bb2e1f0/31527216947-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7a8cf9f8-c085-4bcc-a096-7c934bb2e1f0/31527216947-250.jpg",
    "song": "Burning Eerie Lore",
    "track_id": null,
    "recording_id": "78a1e1ae-e02d-4e16-a3b3-185565f8c8cf",
    "artist": "Occult Burial",
    "artist_ids": [
        "609cf6da-3f9d-4387-9af8-bbb59372acb7"
    ],
    "album": "Burning Eerie Lore",
    "release_id": null,
    "release_group_id": "13795d12-9dec-43e1-b50b-e946471027cc",
    "labels": [
        "Invictus Productions"
    ],
    "label_ids": [
        "a8ba0948-98c3-4b20-831a-c5320673b58c"
    ],
    "release_date": "2020-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Ottawa in 2012.\n\nhttps://occultburial.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}