Information about plays

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

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

{
    "id": 3554048,
    "uri": "https://api.kexp.org/v2/plays/3554048/?format=api",
    "airdate": "2025-09-17T04:26:05-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "https://ia800408.us.archive.org/25/items/mbid-573b6189-eebb-4ff7-8041-f559dcc67396/mbid-573b6189-eebb-4ff7-8041-f559dcc67396-32489951375_thumb500.jpg",
    "thumbnail_uri": "https://ia800408.us.archive.org/25/items/mbid-573b6189-eebb-4ff7-8041-f559dcc67396/mbid-573b6189-eebb-4ff7-8041-f559dcc67396-32489951375_thumb250.jpg",
    "song": "Free",
    "track_id": "38ec6a83-3819-4f08-ad94-acb90fc17075",
    "recording_id": "dce21df2-4a97-4014-9876-f80da2697488",
    "artist": "Florence + the Machine",
    "artist_ids": [
        "5fee3020-513b-48c2-b1f7-4681b01db0c6"
    ],
    "album": "Dance Fever",
    "release_id": "573b6189-eebb-4ff7-8041-f559dcc67396",
    "release_group_id": "bcdc25a0-7c27-4a77-80fa-f5feb8f49733",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2022-05-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}