Information about plays

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

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

{
    "id": 3545819,
    "uri": "https://api.kexp.org/v2/plays/3545819/?format=api",
    "airdate": "2025-08-28T09:09:26-07:00",
    "show": 64408,
    "show_uri": "https://api.kexp.org/v2/shows/64408/?format=api",
    "image_uri": "https://ia800906.us.archive.org/19/items/mbid-5847b280-03ba-45ff-ba56-53ab7e3d3730/mbid-5847b280-03ba-45ff-ba56-53ab7e3d3730-35897940858_thumb500.jpg",
    "thumbnail_uri": "https://dn721804.ca.archive.org/0/items/mbid-5847b280-03ba-45ff-ba56-53ab7e3d3730/mbid-5847b280-03ba-45ff-ba56-53ab7e3d3730-35897940858_thumb250.jpg",
    "song": "Laid (orchestral version)",
    "track_id": "828eeee2-2d9c-408e-98cc-eac9cc65c51e",
    "recording_id": "fbfa0348-211f-47bd-8006-0b4856be6f60",
    "artist": "James",
    "artist_ids": [
        "a2accb58-6099-4cb5-a3c8-f6332f364db5"
    ],
    "album": "Be Opened by the Wonderful: 40 Years Orchestrated",
    "release_id": "5847b280-03ba-45ff-ba56-53ab7e3d3730",
    "release_group_id": "b109451c-b834-4109-be98-5120caff08c3",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2023-06-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On November 1st, 1993, James released the song \"Laid\" from the album \"Laid.\"\n--\n James performed an orchestral version of \"Laid\" with Johnny Marr in the UK last July: https://www.youtube.com/watch?v=B3hjDYTTW_0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}