Information about plays

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

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

{
    "id": 3566321,
    "uri": "https://api.kexp.org/v2/plays/3566321/?format=api",
    "airdate": "2025-10-17T10:27:10-07:00",
    "show": 64857,
    "show_uri": "https://api.kexp.org/v2/shows/64857/?format=api",
    "image_uri": "https://dn710202.ca.archive.org/0/items/mbid-cc769cda-8c20-41c1-9b18-3f0e406d2ad5/mbid-cc769cda-8c20-41c1-9b18-3f0e406d2ad5-32484884177_thumb500.jpg",
    "thumbnail_uri": "https://dn710202.ca.archive.org/0/items/mbid-cc769cda-8c20-41c1-9b18-3f0e406d2ad5/mbid-cc769cda-8c20-41c1-9b18-3f0e406d2ad5-32484884177_thumb250.jpg",
    "song": "This Is a Photograph",
    "track_id": "374100b8-1fd5-4ee6-9e0e-b7813d84266d",
    "recording_id": "ff20399f-3257-49c4-9453-21f56ab8b845",
    "artist": "Kevin Morby",
    "artist_ids": [
        "eac962e1-0295-4e69-a266-4dab2adb4f11"
    ],
    "album": "This Is a Photograph",
    "release_id": "cc769cda-8c20-41c1-9b18-3f0e406d2ad5",
    "release_group_id": "f413d421-ff18-4780-ad84-2689d6dca8e9",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2022-05-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kevin Morby is touring with Lord Huron! They'll be in Seattle at Climate Pledge Arena tomorrow, Saturday, October 18th! \n\nKevin Morby performed this great song during a Live on KEXP session in 2022, hosted by Cheryl. Check out the video here: https://www.youtube.com/watch?v=X0i7whWLW8M\n\nhttps://kevinmorby.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}