Information about plays

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

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

{
    "id": 3560447,
    "uri": "https://api.kexp.org/v2/plays/3560447/?format=api",
    "airdate": "2025-10-02T11:48:46-07:00",
    "show": 64725,
    "show_uri": "https://api.kexp.org/v2/shows/64725/?format=api",
    "image_uri": "https://ia904507.us.archive.org/11/items/mbid-fd417b02-f15c-43c0-b245-853b8de59ae0/mbid-fd417b02-f15c-43c0-b245-853b8de59ae0-23610670853_thumb500.jpg",
    "thumbnail_uri": "https://ia904507.us.archive.org/11/items/mbid-fd417b02-f15c-43c0-b245-853b8de59ae0/mbid-fd417b02-f15c-43c0-b245-853b8de59ae0-23610670853_thumb250.jpg",
    "song": "The Weather",
    "track_id": "5fc0aa94-59d9-370f-88d3-31abf16eabf9",
    "recording_id": "c5905a90-b91f-497e-b74f-956742f0301f",
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "Ancient Melodies of the Future",
    "release_id": "fd417b02-f15c-43c0-b245-853b8de59ae0",
    "release_group_id": "060b2c77-1d7b-387e-921e-3d8578246200",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2001-07-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Built To Spill have announced two upcoming shows in Seattle. Catch them Tuesday, November 25th and Wednesday, November 26th at The Neptune Theatre!\n\nhttps://www.stgpresents.org/events/built-to-spill/\n\nThey're also playing 3 nights in San Francisco at The Chapel, November 11-13th.\nhttps://www.builttospill.com/shows",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}