Information about plays

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

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

{
    "id": 3560116,
    "uri": "https://api.kexp.org/v2/plays/3560116/?format=api",
    "airdate": "2025-10-01T15:55:44-07:00",
    "show": 64718,
    "show_uri": "https://api.kexp.org/v2/shows/64718/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Out of Place",
    "track_id": "8163a12e-6369-471f-9a5e-b9f1202ef726",
    "recording_id": "5ba64ba7-ef52-42b0-a68e-a76c87bf642a",
    "artist": "Hex City",
    "artist_ids": [
        "90e217cd-5b7b-4746-8c67-d8caa365aa26"
    ],
    "album": "From the Ashes",
    "release_id": "22bea17c-7259-4c40-a414-4dcca1dd0b03",
    "release_group_id": "db547fed-437e-4c60-92a2-85d504c2a116",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Hex City are Carlton Crowe and Micah Schlede, based in Seattle, WA. They describe themselves as somewhere between Depeche Mode and Sisters of Mercy.\n\nRequest from Carlton, out to Steven and Derrick at Skybound in Seattle!\n--\nHere's the red-tinted video for \"Out of Place\": https://www.youtube.com/watch?v=0m92p1N2sbU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}