Information about plays

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

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

{
    "id": 3635042,
    "uri": "https://api.kexp.org/v2/plays/3635042/?format=api",
    "airdate": "2026-03-29T07:55:40-07:00",
    "show": 66310,
    "show_uri": "https://api.kexp.org/v2/shows/66310/?format=api",
    "image_uri": "https://coverartarchive.org/release/c8724035-45cc-4e1b-93f6-219562fcbac7/44674133086-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c8724035-45cc-4e1b-93f6-219562fcbac7/44674133086-250.jpg",
    "song": "Eternity, Memory of Lightwaves (Final Fantasy X‐2)",
    "track_id": null,
    "recording_id": "5c274232-2739-421d-ba3a-5b8c587f0347",
    "artist": "The White Mages",
    "artist_ids": [
        "5cd61926-e660-4405-a1e6-3c42048340e0"
    ],
    "album": "Ode to Final Fantasy",
    "release_id": null,
    "release_group_id": "c8095a35-1d58-437e-bce1-df66b725b694",
    "labels": [
        "Erased Tapes Music"
    ],
    "label_ids": [
        "e2510020-22fc-40e0-bae6-a311965c59de"
    ],
    "release_date": "2026-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opening track off the debut album from The White Mages, a new project from veteran musician Peter Broderick with this album serving as his celebration of the music of the legendary Japanese video game series Final Fantasy ~ https://peterbroderick1.bandcamp.com/album/ode-to-final-fantasy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}