Information about plays

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

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

{
    "id": 3560823,
    "uri": "https://api.kexp.org/v2/plays/3560823/?format=api",
    "airdate": "2025-10-03T10:58:39-07:00",
    "show": 64733,
    "show_uri": "https://api.kexp.org/v2/shows/64733/?format=api",
    "image_uri": "https://ia800509.us.archive.org/27/items/mbid-27449413-118b-4e6c-a8f6-64c426a62faa/mbid-27449413-118b-4e6c-a8f6-64c426a62faa-14022925592_thumb500.jpg",
    "thumbnail_uri": "https://ia800509.us.archive.org/27/items/mbid-27449413-118b-4e6c-a8f6-64c426a62faa/mbid-27449413-118b-4e6c-a8f6-64c426a62faa-14022925592_thumb250.jpg",
    "song": "Play Some D",
    "track_id": "69a9c7d9-ea4a-39a9-b46d-ca73245c0241",
    "recording_id": "b28c5fcb-a303-46b1-9666-26a8eec2144b",
    "artist": "Brassy",
    "artist_ids": [
        "3617825d-9e4c-409a-b824-7ad1bfc5c7ed"
    ],
    "album": "Got It Made",
    "release_id": "27449413-118b-4e6c-a8f6-64c426a62faa",
    "release_group_id": "13d303ba-bf35-3fec-8cdb-45f99ce39c8f",
    "labels": [
        "Wiiija Records"
    ],
    "label_ids": [
        "fac1fc17-9057-49d2-8342-927fc3d554f2"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lead singer, Muffin Spencer moved to Manchester, UK in 1986 from the US. She became the lead singer with The Exuberants, and later formed Brassy along with the other members of the band.\n\nhttps://brassy.bandcamp.com/album/bbc-radio-sessions",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}