Information about plays

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

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

{
    "id": 3570653,
    "uri": "https://api.kexp.org/v2/plays/3570653/?format=api",
    "airdate": "2025-10-27T14:23:25-07:00",
    "show": 64950,
    "show_uri": "https://api.kexp.org/v2/shows/64950/?format=api",
    "image_uri": "https://ia802808.us.archive.org/29/items/mbid-8c8ad9f5-f698-493c-b29b-c71cfa7e403b/mbid-8c8ad9f5-f698-493c-b29b-c71cfa7e403b-20933046459_thumb500.jpg",
    "thumbnail_uri": "https://ia802808.us.archive.org/29/items/mbid-8c8ad9f5-f698-493c-b29b-c71cfa7e403b/mbid-8c8ad9f5-f698-493c-b29b-c71cfa7e403b-20933046459_thumb250.jpg",
    "song": "Trouble",
    "track_id": "5b1f4fc5-2c71-494e-88d6-c4c362f60092",
    "recording_id": "676a023f-9ada-4b63-a8aa-b00f72ddd18e",
    "artist": "Grapetooth",
    "artist_ids": [
        "7078bc91-db70-4305-b810-5206a380afe9"
    ],
    "album": "Grapetooth",
    "release_id": "8c8ad9f5-f698-493c-b29b-c71cfa7e403b",
    "release_group_id": "c05361c0-b38e-41b6-80a8-bb1ed2345167",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2018-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Trouble was written and recorded in a single night in a bedroom studio. At the time, the band members, roommates Clay Frankel and Chris Bailoni, had no plans to officially release their music. The quick, spontaneous nature of the song's creation perfectly matched its lo-fi, 80s-influenced synth-pop feel.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}