Information about plays

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

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

{
    "id": 3630330,
    "uri": "https://api.kexp.org/v2/plays/3630330/?format=api",
    "airdate": "2026-03-17T21:10:21-07:00",
    "show": 66209,
    "show_uri": "https://api.kexp.org/v2/shows/66209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dancing in the Dusk (Clap! Clap! Remix)",
    "track_id": null,
    "recording_id": "609755f6-e6af-40ae-8547-8aeb615de2e2",
    "artist": "Sunbörn",
    "artist_ids": [
        "4f7c55f8-09bb-45f1-9dac-11a36b334a71"
    ],
    "album": "Dancing in the Dusk (Clap! Clap! Remix)",
    "release_id": null,
    "release_group_id": "7c9e7efd-c6b9-4649-960a-278b9093bbe1",
    "labels": [
        "Tramp Records"
    ],
    "label_ids": [
        "161c4ff0-05d7-423d-aaf9-00de6f06d809"
    ],
    "release_date": "2023-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On Dancing in the Dusk, Sunbörn said \"For this song we have challenged ourselves by exploring new colours in instrumentation, arrangement and production with lots of flutes, a larger orchestral sound, driving trombones, broken saxophone and a trancy beat that gives a subdued tinge of club music\"\n\nhttps://tramprecords.bandcamp.com/track/dancing-in-the-dusk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}