Information about plays

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

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

{
    "id": 3562057,
    "uri": "https://api.kexp.org/v2/plays/3562057/?format=api",
    "airdate": "2025-10-06T16:03:08-07:00",
    "show": 64765,
    "show_uri": "https://api.kexp.org/v2/shows/64765/?format=api",
    "image_uri": "https://coverartarchive.org/release/7abffdf6-46f9-4657-80a9-7851850391cf/39171064586-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7abffdf6-46f9-4657-80a9-7851850391cf/39171064586-250.jpg",
    "song": "You Don’t Know the Shape I’m In",
    "track_id": null,
    "recording_id": "427cb938-eaa8-4b78-aa38-a75c01a63706",
    "artist": "MJ Lenderman",
    "artist_ids": [
        "4f52595e-652d-4894-95ea-f925234629fc"
    ],
    "album": "Manning Fireworks",
    "release_id": null,
    "release_group_id": "0c308741-7b98-4a36-b44e-1ba437b4e2c4",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2024-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Manning Fireworks is KEXP listener's 531st fav album of all time!\n\n\n\nfantastic record from Asheville, North Carolina artist MJ Lenderman who also plays in the band Wednesday.\n\nhttps://mjlenderman.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}