Information about plays

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

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

{
    "id": 3555043,
    "uri": "https://api.kexp.org/v2/plays/3555043/?format=api",
    "airdate": "2025-09-19T14:28:48-07:00",
    "show": 64603,
    "show_uri": "https://api.kexp.org/v2/shows/64603/?format=api",
    "image_uri": "https://coverartarchive.org/release/27174a0a-083c-4292-95da-1b04c5fc2751/40516159762-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/27174a0a-083c-4292-95da-1b04c5fc2751/40516159762-250.jpg",
    "song": "I Against I",
    "track_id": null,
    "recording_id": "3ef6c150-964b-4838-802d-ac168b5dafe2",
    "artist": "Bad Brains",
    "artist_ids": [
        "e919b253-da5b-4aae-a444-6a368376a2d6"
    ],
    "album": "I Against I",
    "release_id": null,
    "release_group_id": "5772996a-d791-3d21-a62e-3efd2a24979c",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Josh in Pioneer Square! \n\nI Against I is the third studio album by the DC-based band Bad Brains, released in 1986. Dr. Know was inspired to form Bad Brains in 1979 from the rage of The Sex Pistols and the political reggae of Bob Marley. \n https://orgmusiclabel.bandcamp.com/album/i-against-i",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}