Information about plays

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

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

{
    "id": 3555651,
    "uri": "https://api.kexp.org/v2/plays/3555651/?format=api",
    "airdate": "2025-09-20T22:21:00-07:00",
    "show": 64618,
    "show_uri": "https://api.kexp.org/v2/shows/64618/?format=api",
    "image_uri": "https://ia800102.us.archive.org/28/items/mbid-5c69f867-475a-45f5-aedf-870d135361f5/mbid-5c69f867-475a-45f5-aedf-870d135361f5-34747868540_thumb500.jpg",
    "thumbnail_uri": "https://dn721806.ca.archive.org/0/items/mbid-5c69f867-475a-45f5-aedf-870d135361f5/mbid-5c69f867-475a-45f5-aedf-870d135361f5-34747868540_thumb250.jpg",
    "song": "I Don't Remember You",
    "track_id": "39ffd9e4-da6b-4d35-9081-8ca956a6585b",
    "recording_id": "39d80f3f-7379-491d-bb39-d22d8983e497",
    "artist": "Mudhoney",
    "artist_ids": [
        "e675295a-1efe-4247-aa3b-53b78d0cdffc"
    ],
    "album": "On Top: KEXP Presents Mudhoney Live On Top of the Space Needle",
    "release_id": "787bd5dc-49c2-4092-98e9-7af9cd183c47",
    "release_group_id": "95334696-9cd0-42f7-97cc-58b8b916a295",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2014-04-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}