Information about plays

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

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

{
    "id": 3629494,
    "uri": "https://api.kexp.org/v2/plays/3629494/?format=api",
    "airdate": "2026-03-15T22:19:53-07:00",
    "show": 66192,
    "show_uri": "https://api.kexp.org/v2/shows/66192/?format=api",
    "image_uri": "https://coverartarchive.org/release/25fda664-a311-4e8b-8a3e-fede48acb939/40687794909-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/25fda664-a311-4e8b-8a3e-fede48acb939/40687794909-250.jpg",
    "song": "My Way",
    "track_id": null,
    "recording_id": "17b9fda4-76c9-4baa-ad36-16dc1a1c44a4",
    "artist": "Dubbel Dutch",
    "artist_ids": [
        "d08d514d-764b-4c82-bd5b-bb3f63e450ba"
    ],
    "album": "Anthems From The Abyss",
    "release_id": null,
    "release_group_id": "def15487-5787-4b8a-8385-d2a0b4fb4f20",
    "labels": [
        "Rare Earth Tones"
    ],
    "label_ids": [
        "27026090-fa49-443f-80b1-52ac32d4318d"
    ],
    "release_date": "2024-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://dubbeldutch.bandcamp.com/album/anthems-from-the-abyss",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}