Information about plays

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

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

{
    "id": 3624464,
    "uri": "https://api.kexp.org/v2/plays/3624464/?format=api",
    "airdate": "2026-03-02T16:45:38-08:00",
    "show": 66074,
    "show_uri": "https://api.kexp.org/v2/shows/66074/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bingo",
    "track_id": null,
    "recording_id": null,
    "artist": "La Sécurité",
    "artist_ids": [
        "a03666b0-23ba-455f-bc74-1e8a7140fed3"
    ],
    "album": "Bingo!",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2026-06-12",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "With sophomore full-length Bingo!, La Sécurité have crafted yet another genuine and inspired collection of beautiful curiosities.\nhttps://lasecurite.bandcamp.com/album/bingo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}