Information about plays

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

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

{
    "id": 3557629,
    "uri": "https://api.kexp.org/v2/plays/3557629/?format=api",
    "airdate": "2025-09-25T16:24:44-07:00",
    "show": 64659,
    "show_uri": "https://api.kexp.org/v2/shows/64659/?format=api",
    "image_uri": "https://coverartarchive.org/release/4eaf6ab2-a6f3-46c2-99ac-0899409be6c7/12248959085-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4eaf6ab2-a6f3-46c2-99ac-0899409be6c7/12248959085-250.jpg",
    "song": "She’s Not There",
    "track_id": null,
    "recording_id": "30e46fae-e968-40d7-b6e2-ced88cb6c2d6",
    "artist": "The Black Angels",
    "artist_ids": [
        "49814f71-8fef-41ec-9af8-b6995c0bd601"
    ],
    "album": "Watch Out Boy / I’d Rather Be Lonely",
    "release_id": null,
    "release_group_id": "b51be93f-c0d5-4804-b1c4-8084101b793f",
    "labels": [
        "Blue Horizon"
    ],
    "label_ids": [
        "36822cea-5590-4a9f-a415-267bea418484"
    ],
    "release_date": "2012-04-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This cover of the 1964 Zombies song was a Record Store Day release in 2012! \n\nDJ Miss Ashley hosted The Black Angels Live on KEXP in 2021: https://bit.ly/40lX2cF",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}