Information about plays

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

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

{
    "id": 3667105,
    "uri": "https://api.kexp.org/v2/plays/3667105/?format=api",
    "airdate": "2026-06-12T23:03:51-07:00",
    "show": 66972,
    "show_uri": "https://api.kexp.org/v2/shows/66972/?format=api",
    "image_uri": "https://coverartarchive.org/release/0f624de2-6f70-4343-9040-4d8402e33437/43857161165-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0f624de2-6f70-4343-9040-4d8402e33437/43857161165-250.jpg",
    "song": "The Anthem",
    "track_id": null,
    "recording_id": "9303e7b0-9a4e-451d-81a6-a759531e9bfe",
    "artist": "Indigenous Cats, DJ Root & Step Off Magazine",
    "artist_ids": [
        "70310ce9-dbdf-4a8e-9f18-04bda2a0549e",
        "ce2fd784-ca79-40bd-8f71-fcc25ec16178",
        "f5ef0b47-ede9-4e81-b623-81439d66578d"
    ],
    "album": "Indigenous State of Mind",
    "release_id": null,
    "release_group_id": "b2ad6809-7454-4318-b024-f2b2d59be9c2",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-11-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://indigenouscats.bandcamp.com/album/indigenous-state-of-mind",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}