Information about plays

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

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

{
    "id": 3545263,
    "uri": "https://api.kexp.org/v2/plays/3545263/?format=api",
    "airdate": "2025-08-26T23:52:12-07:00",
    "show": 64397,
    "show_uri": "https://api.kexp.org/v2/shows/64397/?format=api",
    "image_uri": "https://ia601001.us.archive.org/5/items/mbid-89abe759-c2b1-409f-a38d-e31f1b05a00c/mbid-89abe759-c2b1-409f-a38d-e31f1b05a00c-42654355846_thumb500.jpg",
    "thumbnail_uri": "https://ia801001.us.archive.org/5/items/mbid-89abe759-c2b1-409f-a38d-e31f1b05a00c/mbid-89abe759-c2b1-409f-a38d-e31f1b05a00c-42654355846_thumb250.jpg",
    "song": "Falling for the Feeling",
    "track_id": "f749a370-e647-441f-9921-8b73dcf601c7",
    "recording_id": "25518aa0-542d-41e3-912b-bdf186fc8607",
    "artist": "Hether",
    "artist_ids": [
        "7d76c645-84a5-484d-a9ef-6f26085feedd"
    ],
    "album": "Falling For The Feeling",
    "release_id": "89abe759-c2b1-409f-a38d-e31f1b05a00c",
    "release_group_id": "d9d9de9a-3b6a-4592-9f95-fbe8afefc5d9",
    "labels": [
        "R&R Digital"
    ],
    "label_ids": [
        "037bd79c-8da0-4dec-936e-a34e653f1455"
    ],
    "release_date": "2025-08-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from LA. https://hether.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}