Information about plays

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

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

{
    "id": 3623922,
    "uri": "https://api.kexp.org/v2/plays/3623922/?format=api",
    "airdate": "2026-03-01T10:55:37-08:00",
    "show": 66062,
    "show_uri": "https://api.kexp.org/v2/shows/66062/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love's Death Bed",
    "track_id": null,
    "recording_id": "fbe3cf2b-1cff-4e82-9d53-9a820e916d2e",
    "artist": "Sunny War",
    "artist_ids": [
        "db8451ab-9f03-4668-87c7-1dbb66aa1e6b"
    ],
    "album": "Anarchist Gospel",
    "release_id": null,
    "release_group_id": "1ba4234f-a4d7-4c85-8c32-52809e02ea94",
    "labels": [
        "New West"
    ],
    "label_ids": [],
    "release_date": "2023-02-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Nashville based singer has said she’s gota side of her that wants to be self destructive and a side that is trying to work with the other to keep things balanced, and that’s what this album is about.\nhttps://sunnywar.bandcamp.com/album/anarchist-gospel",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}