Information about plays

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

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

{
    "id": 3615170,
    "uri": "https://api.kexp.org/v2/plays/3615170/?format=api",
    "airdate": "2026-02-09T07:08:54-08:00",
    "show": 65887,
    "show_uri": "https://api.kexp.org/v2/shows/65887/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Love Seattle",
    "track_id": "0cca78f9-7d46-4c35-a9ad-88459ce4f4a0",
    "recording_id": "64bdf21a-6f5f-4d8d-a689-e24da656ffcb",
    "artist": "Tacocat",
    "artist_ids": [
        "b0635f14-7d93-4276-8943-6bc251aea033"
    ],
    "album": "Lost Time",
    "release_id": "5aad7604-bfab-4eb0-a948-eadcf09dba0e",
    "release_group_id": "18b6065f-b010-4ee7-add5-0611d5f46348",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2016-04-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It's hard not to love Seattle. And we love Seattle's own pop-punk legends, Tacocat!\n\nWatch a Live on KEXP Full Performance of Tacocat from 2019: https://youtu.be/UD2jQhjGgVY?si=0nlP17szAtgVfe5L.\n\nhttp://www.tacocatdotcom.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}