Information about plays

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

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

{
    "id": 3598917,
    "uri": "https://api.kexp.org/v2/plays/3598917/?format=api",
    "airdate": "2026-01-01T17:58:43-08:00",
    "show": 65534,
    "show_uri": "https://api.kexp.org/v2/shows/65534/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Olio",
    "track_id": "4bbdb1c5-c4fd-3986-85a0-25b144582cb4",
    "recording_id": "11224d80-df82-4440-92a2-142b09d6f928",
    "artist": "The Rapture",
    "artist_ids": [
        "3697647f-1839-479e-98a1-9ad39004d923"
    ],
    "album": "Echoes",
    "release_id": "a6206e88-a91e-3ec9-853b-a5b388c9f27a",
    "release_group_id": "4cf3ffd2-3ede-36fa-b519-c6786ca98705",
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "2003-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout out to Jonah for this request!\n\nThe Rapture moved from San Francisco to New York in 1999. They met James Murphy and Tim Goldsworthy of DFA Records at one of their first performances in New York. Murphy and Goldworthy took a long time to persuade the band to work together because of a concern that making a dance song would alienate their fans.\n\n\"Olio\" means \"a miscellaneous mixture or collection.\" \n--\nSee The Rapture performing the song live in 2011: https://www.youtube.com/watch?v=tLApt2FL5X4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}