Information about plays

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

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

{
    "id": 3615868,
    "uri": "https://api.kexp.org/v2/plays/3615868/?format=api",
    "airdate": "2026-02-10T19:22:23-08:00",
    "show": 65899,
    "show_uri": "https://api.kexp.org/v2/shows/65899/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ugnies Namai",
    "track_id": null,
    "recording_id": null,
    "artist": "Rokas Kašėta",
    "artist_ids": [
        "a9b5cc4d-931c-426e-ac8d-3d41069588cd"
    ],
    "album": "Dzūkodelika",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2022-02-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vilnius, Lithuania\n\nRokas Kašėta is a multi-instrumentalist, instrument maker, and a pioneer of dzūkodelika – a genre of contemporary music in the Dzūkian dialect (native to Dzūkija, Southern Lithuania).\n\nHear the whole album here: https://tinyurl.com/e9thd2xr",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}