Information about plays

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

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

{
    "id": 3580952,
    "uri": "https://api.kexp.org/v2/plays/3580952/?format=api",
    "airdate": "2025-11-21T07:36:34-08:00",
    "show": 65168,
    "show_uri": "https://api.kexp.org/v2/shows/65168/?format=api",
    "image_uri": "https://ia600503.us.archive.org/30/items/mbid-8eee09d5-930b-4c28-a899-c7e6ce784654/mbid-8eee09d5-930b-4c28-a899-c7e6ce784654-37057846438_thumb500.jpg",
    "thumbnail_uri": "https://ia800503.us.archive.org/30/items/mbid-8eee09d5-930b-4c28-a899-c7e6ce784654/mbid-8eee09d5-930b-4c28-a899-c7e6ce784654-37057846438_thumb250.jpg",
    "song": "Bend",
    "track_id": "712ccaa7-aff3-46cd-a562-684b468a8fa3",
    "recording_id": "a3c866d3-2b7d-476d-a0e1-16d037302aa0",
    "artist": "Middle Kids",
    "artist_ids": [
        "2c02eece-9832-4850-9150-b0e269f65d8b"
    ],
    "album": "Faith Crisis Pt 1",
    "release_id": "8eee09d5-930b-4c28-a899-c7e6ce784654",
    "release_group_id": "3a638c34-072e-4cb8-b706-5e44ef8f0ca2",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-02-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This one's for Noah...\n---\n\"The line is very fine\nBetween free and paralyzed\nAnd I'm riding it all the time...\"\n\nHannah Joy told us that she has to prepare herself each time  in order to sing this highly personal song\n\n.-- Watch a live performance of this powerful song in the KEXP studio: https://www.youtube.com/watch?v=JS85ElP7nNA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}