Information about plays

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

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

{
    "id": 3628576,
    "uri": "https://api.kexp.org/v2/plays/3628576/?format=api",
    "airdate": "2026-03-14T00:27:19-07:00",
    "show": 66173,
    "show_uri": "https://api.kexp.org/v2/shows/66173/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fainting Goats",
    "track_id": null,
    "recording_id": null,
    "artist": "Sebb Bash, Breeze Brewin, Elucid",
    "artist_ids": [
        "e34fef2d-2d3e-4847-b904-a6ec4c7e3f32",
        "d93a7778-9613-429c-8ca5-6d8235c4a905",
        "1206c904-9282-494d-b9c7-49e8fb201e69"
    ],
    "album": "I Guess You Had to Be There?",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Backwoodz Studios"
    ],
    "label_ids": [],
    "release_date": "2026-03-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://elucid.bandcamp.com/album/i-guess-u-had-to-be-there",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}