Information about plays

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

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

{
    "id": 3629298,
    "uri": "https://api.kexp.org/v2/plays/3629298/?format=api",
    "airdate": "2026-03-15T14:28:19-07:00",
    "show": 66188,
    "show_uri": "https://api.kexp.org/v2/shows/66188/?format=api",
    "image_uri": "https://coverartarchive.org/release/4554b735-2b90-4562-a72c-74849d2c2ebc/29035398445-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4554b735-2b90-4562-a72c-74849d2c2ebc/29035398445-250.jpg",
    "song": "Actually",
    "track_id": null,
    "recording_id": "a11135fc-b8f5-44dc-885d-4161a9bdb842",
    "artist": "Dan Kye",
    "artist_ids": [
        "26828e82-4f01-4a08-902d-88296e0dfbdc"
    ],
    "album": "Small Moments",
    "release_id": null,
    "release_group_id": "69c1a4ac-eeb9-4627-80f0-1f302a5bedfc",
    "labels": [
        "Rhythm Section International"
    ],
    "label_ids": [
        "3147bd72-2495-4616-9356-6830bde11417"
    ],
    "release_date": "2020-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dan Kye is the mysteriously evoked dancefloor focused moniker from multi-instrumentalist, producer, and vocal sensation Jordan Rakei.\n\nhttps://wearerhythmsection.bandcamp.com/album/small-moments",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}