Information about plays

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

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

{
    "id": 3545289,
    "uri": "https://api.kexp.org/v2/plays/3545289/?format=api",
    "airdate": "2025-08-27T01:00:09-07:00",
    "show": 64398,
    "show_uri": "https://api.kexp.org/v2/shows/64398/?format=api",
    "image_uri": "https://ia801603.us.archive.org/35/items/mbid-b6a40adb-a171-440b-955a-e5e1c136a5a2/mbid-b6a40adb-a171-440b-955a-e5e1c136a5a2-2098682795_thumb500.jpg",
    "thumbnail_uri": "https://ia601603.us.archive.org/35/items/mbid-b6a40adb-a171-440b-955a-e5e1c136a5a2/mbid-b6a40adb-a171-440b-955a-e5e1c136a5a2-2098682795_thumb250.jpg",
    "song": "I'm Wrong",
    "track_id": "1bdde2aa-effb-3064-935c-f7ac84128361",
    "recording_id": "d8dbd67d-2725-4761-9a52-988f3d9ffcb3",
    "artist": "Sharon Van Etten",
    "artist_ids": [
        "5a2e9cd3-010a-4aae-9f83-629253284202"
    ],
    "album": "Tramp",
    "release_id": "b6a40adb-a171-440b-955a-e5e1c136a5a2",
    "release_group_id": "58eff3eb-7445-4914-b38a-068e1b3bb83e",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2012-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning [insert applicable timezone here] https://sharonvanetten.bandcamp.com/album/tramp-anniversary-edition",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}