Information about plays

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

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

{
    "id": 3580983,
    "uri": "https://api.kexp.org/v2/plays/3580983/?format=api",
    "airdate": "2025-11-21T09:14:31-08:00",
    "show": 65168,
    "show_uri": "https://api.kexp.org/v2/shows/65168/?format=api",
    "image_uri": "https://ia601002.us.archive.org/19/items/mbid-b1a2c81f-eaf0-413d-ac5c-3141bb76da39/mbid-b1a2c81f-eaf0-413d-ac5c-3141bb76da39-38827427279_thumb500.jpg",
    "thumbnail_uri": "https://ia601002.us.archive.org/19/items/mbid-b1a2c81f-eaf0-413d-ac5c-3141bb76da39/mbid-b1a2c81f-eaf0-413d-ac5c-3141bb76da39-38827427279_thumb250.jpg",
    "song": "Quality Pints",
    "track_id": "ad38e873-ee5c-46ad-beb9-fe3673dfd1cd",
    "recording_id": "c3234087-e004-407d-b6f8-f565123d7c90",
    "artist": "The Bug Club",
    "artist_ids": [
        "31f07dfd-df64-48dc-856e-9968059b8e35"
    ],
    "album": "Quality Pints",
    "release_id": "b1a2c81f-eaf0-413d-ac5c-3141bb76da39",
    "release_group_id": "ed419d2c-d1ae-4e2a-ba59-fd7257332fa2",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2024-05-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tim in Spokevegas requested anything from Tilly and Sam.\n--\nWatch a live performance of \"Quality Pints\" in the KEXP studio last year: https://www.youtube.com/watch?v=5Rtx-YP7bHo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}