Information about plays

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

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

{
    "id": 3545315,
    "uri": "https://api.kexp.org/v2/plays/3545315/?format=api",
    "airdate": "2025-08-27T02:11:48-07:00",
    "show": 64398,
    "show_uri": "https://api.kexp.org/v2/shows/64398/?format=api",
    "image_uri": "https://ia802907.us.archive.org/27/items/mbid-b20f9816-4c80-4966-8eaa-144b24a3e4bf/mbid-b20f9816-4c80-4966-8eaa-144b24a3e4bf-15325225142_thumb500.jpg",
    "thumbnail_uri": "https://ia902907.us.archive.org/27/items/mbid-b20f9816-4c80-4966-8eaa-144b24a3e4bf/mbid-b20f9816-4c80-4966-8eaa-144b24a3e4bf-15325225142_thumb250.jpg",
    "song": "Cult of Personality",
    "track_id": "93123ba3-46d7-3255-be1d-dedfe819b0d9",
    "recording_id": "fb66b077-6be2-4a14-8e49-b7b8d0ccb438",
    "artist": "Living Colour",
    "artist_ids": [
        "dc6f8c1f-626b-42b0-9115-7e66ae4cecd6"
    ],
    "album": "Say Anything",
    "release_id": "b20f9816-4c80-4966-8eaa-144b24a3e4bf",
    "release_group_id": "a2ca8032-c88c-3ad9-90c2-4dd3f29fd93e",
    "labels": [
        "WTG Records"
    ],
    "label_ids": [
        "ca73c671-267a-472f-87cd-34302075b0a0"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 1988 single from Living Colour appeared in Say Anything...\n\nIncluded as the opening track on their debut studio album, Vivid. Combining rock, funk and glam into a unique mix of alternative metal, it went on to become one of their very best known songs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}