Information about plays

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

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

{
    "id": 3570003,
    "uri": "https://api.kexp.org/v2/plays/3570003/?format=api",
    "airdate": "2025-10-25T23:08:39-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "https://coverartarchive.org/release/1bb4d7d8-daaa-4dfc-8371-6ff1a50d379f/3255738763-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1bb4d7d8-daaa-4dfc-8371-6ff1a50d379f/3255738763-250.jpg",
    "song": "Evil Dead",
    "track_id": null,
    "recording_id": "df6d9016-a26e-4c02-bbc5-20c85f25a8a7",
    "artist": "Zeke",
    "artist_ids": [
        "f49cea96-c237-4c0d-8332-98859274cc52"
    ],
    "album": "Death Alley",
    "release_id": null,
    "release_group_id": "cd2e8564-712b-3ff8-b522-a2b8a389d46f",
    "labels": [
        "Aces & Eights Recordings"
    ],
    "label_ids": [
        "eff69f8a-7225-482c-9b62-d25867f6a6d7"
    ],
    "release_date": "2001-09-04",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Zeke is set to release their new single, Peterbuilt next month.\n\nhttps://www.zekeyou.com/\nhttps://www.facebook.com/ZekeBand/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}