Information about plays

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

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

{
    "id": 3604552,
    "uri": "https://api.kexp.org/v2/plays/3604552/?format=api",
    "airdate": "2026-01-15T05:30:22-08:00",
    "show": 65655,
    "show_uri": "https://api.kexp.org/v2/shows/65655/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "City of Glass",
    "track_id": "998a3593-2be2-3311-9b39-aface830b0aa",
    "recording_id": "020e1a86-7649-492d-8e44-dbbf25455ff1",
    "artist": "Techno Animal",
    "artist_ids": [
        "e9a7c1b9-dcb6-4cf5-b200-f9630ac68ec7"
    ],
    "album": "Dead Man's Curse",
    "release_id": "3cd476f3-2f2d-4955-93f7-7b0f47f3ed0d",
    "release_group_id": "b38572f6-23d8-3b6d-bc95-037b13746b1d",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2001-05-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 1990 in London, England, Techno Animal carved their own identity into the Electronic scene with their intense fusion of uneasy ambient music and dub production.\n\nhttps://technoanimal.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}