Information about plays

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

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

{
    "id": 3627850,
    "uri": "https://api.kexp.org/v2/plays/3627850/?format=api",
    "airdate": "2026-03-11T20:35:09-07:00",
    "show": 66155,
    "show_uri": "https://api.kexp.org/v2/shows/66155/?format=api",
    "image_uri": "https://dn721800.ca.archive.org/0/items/mbid-fb097c39-dc04-41e7-9d5f-fccb6a3fda69/mbid-fb097c39-dc04-41e7-9d5f-fccb6a3fda69-31484423379_thumb500.jpg",
    "thumbnail_uri": "https://dn721800.ca.archive.org/0/items/mbid-fb097c39-dc04-41e7-9d5f-fccb6a3fda69/mbid-fb097c39-dc04-41e7-9d5f-fccb6a3fda69-31484423379_thumb250.jpg",
    "song": "Acka Raga",
    "track_id": "8bb1843b-6c81-36c6-93da-2c27560804bd",
    "recording_id": "a0b57a7f-a3fd-4c61-879b-d0ef1ce4a4ea",
    "artist": "Shocking Blue",
    "artist_ids": [
        "8b399704-17f4-4001-943b-1d2b848940aa"
    ],
    "album": "Instro Hipsters a Go-Go",
    "release_id": "fb097c39-dc04-41e7-9d5f-fccb6a3fda69",
    "release_group_id": "8e9efe0a-5813-45c7-9ac9-30b8226b36f2",
    "labels": [
        "Psychic Circle"
    ],
    "label_ids": [
        "c75f80c9-beba-4458-9332-db59687756fe"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shocking Blue was a Dutch rock band from The Hague that was at their peak in the 60s and 70s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}