Information about plays

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

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

{
    "id": 3554308,
    "uri": "https://api.kexp.org/v2/plays/3554308/?format=api",
    "airdate": "2025-09-17T19:54:52-07:00",
    "show": 64589,
    "show_uri": "https://api.kexp.org/v2/shows/64589/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Control (Edit)",
    "track_id": null,
    "recording_id": null,
    "artist": "Lorelle Meets the Obsolete",
    "artist_ids": [
        "0e826d93-0b1c-46c9-b1ce-d3b5a8e567ca"
    ],
    "album": "Control",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sonic Cathedral"
    ],
    "label_ids": [],
    "release_date": "2025-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lorelle Meets The Obsolete - Full Performance (Live on KEXP) Recorded October 16, 2024 - https://www.youtube.com/watch?v=fru8z0k8VPk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}