Information about plays

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

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

{
    "id": 3635034,
    "uri": "https://api.kexp.org/v2/plays/3635034/?format=api",
    "airdate": "2026-03-29T07:24:25-07:00",
    "show": 66310,
    "show_uri": "https://api.kexp.org/v2/shows/66310/?format=api",
    "image_uri": "https://coverartarchive.org/release/c7d9aef1-361d-4bd4-a071-4eb027990ec7/44270352454-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c7d9aef1-361d-4bd4-a071-4eb027990ec7/44270352454-250.jpg",
    "song": "Wonders",
    "track_id": null,
    "recording_id": "25719107-34a6-4573-8d47-de91a0b6e604",
    "artist": "Saine",
    "artist_ids": [
        "2f19c7a1-2db7-4e20-ab47-d7e229d2a372"
    ],
    "album": "There Will Be Signs",
    "release_id": null,
    "release_group_id": "1d3acd2c-400e-41e9-b017-1319cf53ca82",
    "labels": [
        "Special Species Records"
    ],
    "label_ids": [
        "89a35546-4292-417f-bbf2-9f382dbe4007"
    ],
    "release_date": "2026-01-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gorgeous new album of exploratory, improvisatory Rhodes musings on this new album from Finnish artist Saine ~ https://specialspeciesrecords.bandcamp.com/album/ssr036-saine-there-will-be-signs :: https://saine.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}