Information about plays

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

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

{
    "id": 3540396,
    "uri": "https://api.kexp.org/v2/plays/3540396/?format=api",
    "airdate": "2025-08-15T13:33:55-07:00",
    "show": 64295,
    "show_uri": "https://api.kexp.org/v2/shows/64295/?format=api",
    "image_uri": "https://ia600904.us.archive.org/26/items/mbid-4fd0e41e-665d-3c91-b8a9-64dac6beccfd/mbid-4fd0e41e-665d-3c91-b8a9-64dac6beccfd-42559355994_thumb500.jpg",
    "thumbnail_uri": "https://ia600904.us.archive.org/26/items/mbid-4fd0e41e-665d-3c91-b8a9-64dac6beccfd/mbid-4fd0e41e-665d-3c91-b8a9-64dac6beccfd-42559355994_thumb250.jpg",
    "song": "I'm Not Done",
    "track_id": "fa4e338e-5b0c-3839-a4b2-eab7c87cfdac",
    "recording_id": "6414ab45-9289-4a73-9ad0-0e1d1fc0bea9",
    "artist": "Fever Ray",
    "artist_ids": [
        "f7df5df4-4dfa-459d-972b-1ba051c15ddc"
    ],
    "album": "Fever Ray",
    "release_id": "4fd0e41e-665d-3c91-b8a9-64dac6beccfd",
    "release_group_id": "5ed697c6-32fe-3ef1-a4ba-adc295304a13",
    "labels": [
        "ETCETC Music"
    ],
    "label_ids": [
        "8fdba98d-d12c-4f2b-a399-fd5640e39a39"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}