Information about plays

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

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

{
    "id": 3626225,
    "uri": "https://api.kexp.org/v2/plays/3626225/?format=api",
    "airdate": "2026-03-07T02:32:14-08:00",
    "show": 66113,
    "show_uri": "https://api.kexp.org/v2/shows/66113/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shocking Days",
    "track_id": null,
    "recording_id": null,
    "artist": "Years of Denial",
    "artist_ids": [
        "6b63d15d-10d1-45ff-a59d-966a5f093b6f"
    ],
    "album": "the Mire Chronicles Remixes",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Banshees Records"
    ],
    "label_ids": [
        "afe62aaa-cdd3-452b-9c75-56d69e0d48a9"
    ],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://bansheesrecords.bandcamp.com/album/the-mire-chronicles-remixes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}