Information about plays

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

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

{
    "id": 3572803,
    "uri": "https://api.kexp.org/v2/plays/3572803/?format=api",
    "airdate": "2025-11-01T21:34:26-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crusin For The Dead",
    "track_id": null,
    "recording_id": null,
    "artist": "Citric Dummies",
    "artist_ids": [
        "d52529c0-c7ce-4965-a5d7-c6c99d0dae6a"
    ],
    "album": "Split With Turstile",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Feel It Records"
    ],
    "label_ids": [
        "5e8e1332-e700-4aed-9044-5b50e365bc6b"
    ],
    "release_date": "2025-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Surprise!  It isn't a split with Turnstile...\n\nhttps://citricdummies.bandcamp.com/album/split-with-turnstile",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}