Information about plays

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

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

{
    "id": 3554314,
    "uri": "https://api.kexp.org/v2/plays/3554314/?format=api",
    "airdate": "2025-09-17T20:19:11-07:00",
    "show": 64589,
    "show_uri": "https://api.kexp.org/v2/shows/64589/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sucuri",
    "track_id": null,
    "recording_id": null,
    "artist": "Bike",
    "artist_ids": [
        "77dab568-78f2-435f-b9af-c2cee7e6f291"
    ],
    "album": "Noise Meditations",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bike Records"
    ],
    "label_ids": [],
    "release_date": "2025-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The lyrics of “Sucuri” (or what we would call an anaconda) are inspired by the Kaxinawá indigenous myth Yube and the Sucuri, in which a man falls in love with a woman-snake. “’Sucuri’ is a song that brings together the natural land and the occupied land,”\n\nhttps://soundsandcolours.com/articles/brazil/sucuri-by-bike-a-sounds-and-colours-song-premiere-79478/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}