Information about plays

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

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

{
    "id": 3632272,
    "uri": "https://api.kexp.org/v2/plays/3632272/?format=api",
    "airdate": "2026-03-22T07:12:33-07:00",
    "show": 66249,
    "show_uri": "https://api.kexp.org/v2/shows/66249/?format=api",
    "image_uri": "https://coverartarchive.org/release/0b4f18f8-f619-4250-9545-456959e5ee3e/9727276651-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0b4f18f8-f619-4250-9545-456959e5ee3e/9727276651-250.jpg",
    "song": "Imperial",
    "track_id": null,
    "recording_id": "d93d5d4c-ef92-4d91-8920-cb7308925c34",
    "artist": "Robin Guthrie",
    "artist_ids": [
        "47d7b25e-585b-4c97-b98b-411b21a53379"
    ],
    "album": "Imperial",
    "release_id": null,
    "release_group_id": "40855f53-0e6d-3856-961a-e2ff2a78dc93",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2003-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cocteau Twins → Robin Guthrie :: Opening title track to Cocteau Twins founding member Robin Guthrie's solo debut album ~ https://robinguthrie.bandcamp.com/album/imperial-album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}