Information about plays

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

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

{
    "id": 3541574,
    "uri": "https://api.kexp.org/v2/plays/3541574/?format=api",
    "airdate": "2025-08-18T10:57:07-07:00",
    "show": 64324,
    "show_uri": "https://api.kexp.org/v2/shows/64324/?format=api",
    "image_uri": "https://ia600407.us.archive.org/27/items/mbid-6c666fc8-f5ce-4d17-b3be-c868a150e707/mbid-6c666fc8-f5ce-4d17-b3be-c868a150e707-4669479148_thumb500.jpg",
    "thumbnail_uri": "https://ia800407.us.archive.org/27/items/mbid-6c666fc8-f5ce-4d17-b3be-c868a150e707/mbid-6c666fc8-f5ce-4d17-b3be-c868a150e707-4669479148_thumb250.jpg",
    "song": "Howl",
    "track_id": "64bb9771-9a44-40a2-9e74-160e04766d68",
    "recording_id": "29bca8ec-eff6-46dd-912d-c9a058b6db7f",
    "artist": "Black Rebel Motorcycle Club",
    "artist_ids": [
        "32b90c92-9978-4a07-90eb-caa4b22f4907"
    ],
    "album": "Howl",
    "release_id": "874545aa-0806-4667-89b4-aa3c7d72f33b",
    "release_group_id": "a5343a48-2ea4-327e-add5-3bcf873b9658",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2005-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Third studio album by the San Francisco band.\n\nhttps://blackrebelmotorcycleclub.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}