Information about plays

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

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

{
    "id": 3547248,
    "uri": "https://api.kexp.org/v2/plays/3547248/?format=api",
    "airdate": "2025-08-31T17:15:41-07:00",
    "show": 64438,
    "show_uri": "https://api.kexp.org/v2/shows/64438/?format=api",
    "image_uri": "https://coverartarchive.org/release/6c666fc8-f5ce-4d17-b3be-c868a150e707/4669479148-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6c666fc8-f5ce-4d17-b3be-c868a150e707/4669479148-250.jpg",
    "song": "Shuffle Your Feet",
    "track_id": null,
    "recording_id": "afb9da94-eb40-4748-ad1e-fb3f4ec644c8",
    "artist": "Black Rebel Motorcycle Club",
    "artist_ids": [
        "32b90c92-9978-4a07-90eb-caa4b22f4907"
    ],
    "album": "Howl",
    "release_id": null,
    "release_group_id": "a5343a48-2ea4-327e-add5-3bcf873b9658",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2005-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Howl\" was a 2005 release from BRMC. The album title is a direct reference to the Allen Ginsberg poem \"Howl.\"\n\nhttps://blackrebelmotorcycleclub.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}