Information about plays

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

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

{
    "id": 3544601,
    "uri": "https://api.kexp.org/v2/plays/3544601/?format=api",
    "airdate": "2025-08-25T10:34:00-07:00",
    "show": 64385,
    "show_uri": "https://api.kexp.org/v2/shows/64385/?format=api",
    "image_uri": "https://ia803205.us.archive.org/23/items/mbid-d143caf4-66e7-445b-9831-2c11ba9b6f89/mbid-d143caf4-66e7-445b-9831-2c11ba9b6f89-18632220719_thumb500.jpg",
    "thumbnail_uri": "https://ia903205.us.archive.org/23/items/mbid-d143caf4-66e7-445b-9831-2c11ba9b6f89/mbid-d143caf4-66e7-445b-9831-2c11ba9b6f89-18632220719_thumb250.jpg",
    "song": "Backstreets",
    "track_id": "e6bc0344-4b64-45ef-ac79-8f8e8ffe4c77",
    "recording_id": "c9fae3aa-03ce-4455-95e2-22fce0caa0c5",
    "artist": "Bruce Springsteen",
    "artist_ids": [
        "70248960-cb53-4ea4-943a-edb18f7d336f"
    ],
    "album": "Born to Run",
    "release_id": "d143caf4-66e7-445b-9831-2c11ba9b6f89",
    "release_group_id": "39b22944-7503-3937-8bba-09b17281cc6a",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released 50 years ago TODAY!\n\nBruce Springsteen's third studio album was his commercial breakthrough, going on to commercial success and critical adoration.\n\nIn his autobiography, 'Born to Run', Springsteen states that \"Backstreets\" is about a broken friendship -- Rolling Stone called this the sixth greatest Springsteen song of all time.\n\nMore info on this seminal album: https://www.npr.org/2025/08/07/nx-s1-5489677/bruce-springsteen-born-to-run-peter-ames-carlin.\n\nhttps://brucespringsteen.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}