Information about plays

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

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

{
    "id": 3545545,
    "uri": "https://api.kexp.org/v2/plays/3545545/?format=api",
    "airdate": "2025-08-27T16:21:31-07:00",
    "show": 64403,
    "show_uri": "https://api.kexp.org/v2/shows/64403/?format=api",
    "image_uri": "https://ia801306.us.archive.org/5/items/mbid-5bca3715-34eb-4059-bf30-046b7d8c28f2/mbid-5bca3715-34eb-4059-bf30-046b7d8c28f2-6212470019_thumb500.jpg",
    "thumbnail_uri": "https://ia801306.us.archive.org/5/items/mbid-5bca3715-34eb-4059-bf30-046b7d8c28f2/mbid-5bca3715-34eb-4059-bf30-046b7d8c28f2-6212470019_thumb250.jpg",
    "song": "At the River",
    "track_id": "9ee5bc5b-b953-31db-97db-1193be032485",
    "recording_id": "349c2acb-3711-4c9f-8723-3b340b9eafb7",
    "artist": "Groove Armada",
    "artist_ids": [
        "35723b60-732e-4bd8-957f-320b416e7b7f"
    ],
    "album": "Vertigo",
    "release_id": "5bca3715-34eb-4059-bf30-046b7d8c28f2",
    "release_group_id": "e514bda8-db0b-3994-abb9-b1e288f1455c",
    "labels": [
        "Jive Electro"
    ],
    "label_ids": [
        "e15cfc30-f065-42a4-84cd-76079d715981"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Billy!\n\"I love amplifying KEXP. I listen every day and I'm so happy to be part of this community. I'm currently on vacation with friends in Provincetown Massachusetts and we'd love to hear Groove Armada's 'At the River' sampling Patti Page's 'Old Cape Cod'.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}