Information about plays

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

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

{
    "id": 3589795,
    "uri": "https://api.kexp.org/v2/plays/3589795/?format=api",
    "airdate": "2025-12-11T15:09:59-08:00",
    "show": 65348,
    "show_uri": "https://api.kexp.org/v2/shows/65348/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Big Takeover",
    "track_id": null,
    "recording_id": "269047d9-7155-4a38-96a8-02c27e162f1b",
    "artist": "Bad Brains",
    "artist_ids": [
        "e919b253-da5b-4aae-a444-6a368376a2d6"
    ],
    "album": "Live at CBGB OMFUG 1982: The Audio Recordings",
    "release_id": null,
    "release_group_id": "b7f41306-c1ae-3909-8726-bb0aa7b0c2f1",
    "labels": [
        "Reggae Lounge"
    ],
    "label_ids": [
        "79ca747a-a7df-4382-86bb-8442fd21c984"
    ],
    "release_date": "2006-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "There's lots of stomping in this live performance at CBGB in 1982: https://www.youtube.com/watch?v=5NAPYIMMbWQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}