Information about plays

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

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

{
    "id": 3519526,
    "uri": "https://api.kexp.org/v2/plays/3519526/?format=api",
    "airdate": "2025-06-27T12:56:45-07:00",
    "show": 63850,
    "show_uri": "https://api.kexp.org/v2/shows/63850/?format=api",
    "image_uri": "https://coverartarchive.org/release/8bb995d4-0508-4a33-99c8-1f84d244154a/24847524661-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8bb995d4-0508-4a33-99c8-1f84d244154a/24847524661-250.jpg",
    "song": "One Inch Punch",
    "track_id": null,
    "recording_id": "aec2cf37-ab4b-4804-a946-467fce84181e",
    "artist": "YĪN YĪN",
    "artist_ids": [
        "0b336c55-c3e9-4dab-9c96-bc10d7a54ef3"
    ],
    "album": "The Rabbit That Hunts Tigers",
    "release_id": null,
    "release_group_id": "baa6dcbc-2422-49ea-ad6f-6e7eb767bea9",
    "labels": [
        "Bongo Joe"
    ],
    "label_ids": [
        "333df535-433c-482b-9d61-87cb70979a5d"
    ],
    "release_date": "2019-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dutch band YĪN YĪN is coming to the west coast this fall! \n\n- Seattle on October 1st at the Tractor Tavern\n\n- San Francisco on October 4th at the Rickshaw Stop\n\n\"One Inch Punch\" comes from their 2019 album, but their most recent LP is 2024's Mount Matsu. \nhttps://yinyin.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}