Information about plays

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

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

{
    "id": 3580536,
    "uri": "https://api.kexp.org/v2/plays/3580536/?format=api",
    "airdate": "2025-11-20T05:57:53-08:00",
    "show": 65159,
    "show_uri": "https://api.kexp.org/v2/shows/65159/?format=api",
    "image_uri": "https://ia601400.us.archive.org/2/items/mbid-a297a475-b89b-4c26-ba30-59e681b277c8/mbid-a297a475-b89b-4c26-ba30-59e681b277c8-16488445362_thumb500.jpg",
    "thumbnail_uri": "https://ia601400.us.archive.org/2/items/mbid-a297a475-b89b-4c26-ba30-59e681b277c8/mbid-a297a475-b89b-4c26-ba30-59e681b277c8-16488445362_thumb250.jpg",
    "song": "Just Like We Do",
    "track_id": "bcdd4eec-26cd-4e10-a0b1-f45b56b53f6c",
    "recording_id": "000e4a07-a82c-453d-8f3d-2a1f238b4f30",
    "artist": "Sleaford Mods",
    "artist_ids": [
        "09d8290b-6ada-422f-8ce3-19349fb1c15d"
    ],
    "album": "English Tapas",
    "release_id": "2750e470-bce1-4c28-94be-d97251792689",
    "release_group_id": "09228890-814f-4813-aef5-10a17d9ea8d3",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2017-03-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out one of the many excellent live sessions that Sleaford Mods have recorded at KEXP over the years (including live from the Triple Door hosted by Eva): https://www.youtube.com/results?search_query=sleaford+mods+kexp\n\nhttps://sleafordmods.bandcamp.com/track/just-like-we-do",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}