Information about plays

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

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

{
    "id": 3629134,
    "uri": "https://api.kexp.org/v2/plays/3629134/?format=api",
    "airdate": "2026-03-15T05:14:13-07:00",
    "show": 66185,
    "show_uri": "https://api.kexp.org/v2/shows/66185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What is wrong with those people in this world today",
    "track_id": null,
    "recording_id": null,
    "artist": "Reverend Beat-Man & Milan Slick",
    "artist_ids": [],
    "album": "Death crossed the street",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Voodoo Rhythm Records"
    ],
    "label_ids": [
        "34f25262-c441-462b-ac43-b2f7974780f2"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://reverendbeatman.bandcamp.com/album/death-crossed-the-street",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}