Information about plays

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

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

{
    "id": 3550797,
    "uri": "https://api.kexp.org/v2/plays/3550797/?format=api",
    "airdate": "2025-09-09T09:10:49-07:00",
    "show": 64516,
    "show_uri": "https://api.kexp.org/v2/shows/64516/?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://ia600906.us.archive.org/19/items/mbid-5847b280-03ba-45ff-ba56-53ab7e3d3730/mbid-5847b280-03ba-45ff-ba56-53ab7e3d3730-35897940858_thumb250.jpg",
    "song": "Sometimes (orchestral version)",
    "track_id": "79d753e9-59ed-4e66-adba-1fff5a6f5e5c",
    "recording_id": "11610b81-7256-4ccf-988d-5a72ad7edff9",
    "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": "This orchestral version of 'Sometimes' was part of the double album released in 2023 in celebration of James's 40th Anniversary. The album is a collection of some of James’ most loved and rare tracks, reimagined with a 22 piece orchestra and eight piece choir. \n\nhttps://wearejames.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}