Information about plays

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

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

{
    "id": 3624943,
    "uri": "https://api.kexp.org/v2/plays/3624943/?format=api",
    "airdate": "2026-03-03T20:37:17-08:00",
    "show": 66084,
    "show_uri": "https://api.kexp.org/v2/shows/66084/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Araguaney",
    "track_id": null,
    "recording_id": null,
    "artist": "Vytas Brenner",
    "artist_ids": [
        "f4a62f08-b830-4e3b-bc5b-8ccc74f373a1"
    ],
    "album": "Soul Jazz Records Presents VENEZUELA 70: Cosmic Visions Of A Latin American Earth - Venezuelan Experimental Rock In The 1970s",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Soul Jazz"
    ],
    "label_ids": [],
    "release_date": "2016-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born in Tübingen, Germany, Brenner migrated to Venezuela in 1949 and later went to Italy, Spain and studied electronic music in Nashville. The track Araguaney is from his first album La Ofrenda de Vytas from 1973 that was re-released in 2015 by Vinilisssismo/Munster Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}