Information about plays

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

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

{
    "id": 3551650,
    "uri": "https://api.kexp.org/v2/plays/3551650/?format=api",
    "airdate": "2025-09-11T09:22:48-07:00",
    "show": 64532,
    "show_uri": "https://api.kexp.org/v2/shows/64532/?format=api",
    "image_uri": "https://ia800900.us.archive.org/15/items/mbid-84f65309-59ef-4c63-9192-81c5a00f4055/mbid-84f65309-59ef-4c63-9192-81c5a00f4055-43007524251_thumb500.jpg",
    "thumbnail_uri": "https://ia600900.us.archive.org/15/items/mbid-84f65309-59ef-4c63-9192-81c5a00f4055/mbid-84f65309-59ef-4c63-9192-81c5a00f4055-43007524251_thumb250.jpg",
    "song": "Blue Monday",
    "track_id": "431082b4-1ea1-4dbb-8292-34321d644956",
    "recording_id": "329fc32a-325d-4b43-a878-8d6c9aff88ab",
    "artist": "Matt Berninger",
    "artist_ids": [
        "991813f5-27c6-4ff3-88dd-90e750dad545"
    ],
    "album": "Blue Monday",
    "release_id": "84f65309-59ef-4c63-9192-81c5a00f4055",
    "release_group_id": "18338335-09fe-4443-ab93-c21d47a949b2",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-09-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Berninger's cover of Blue Monday was recorded with the same musicians who played on his latest solo album 'Get Sunk'. Check it out here: \nhttps://mattberninger.bandcamp.com/album/get-sunk\n\nhttp://bit.ly/4mVYD3v",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}