Information about plays

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

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

{
    "id": 3630740,
    "uri": "https://api.kexp.org/v2/plays/3630740/?format=api",
    "airdate": "2026-03-18T19:41:26-07:00",
    "show": 66217,
    "show_uri": "https://api.kexp.org/v2/shows/66217/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mostra",
    "track_id": null,
    "recording_id": null,
    "artist": "Misha Panfilov",
    "artist_ids": [
        "eef9b345-2daa-4209-b595-a3e290335f64"
    ],
    "album": "Eternal Almost",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Future Days Radio"
    ],
    "label_ids": [],
    "release_date": "2026-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Eternal Almost' by Misha Panfilov and Tomo Katsurada is getting released April 1!  This will be a co-release between Funk Night (Detroit, US) and Future Days Radio (Amsterdam, NL).\n\n\"Born from the simple joy of songwriting and creative exchange, Tomo and Misha had long admired each other’s music from afar.\" \n\nhttps://mpsc.bandcamp.com/album/eternal-almost",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}