Information about plays

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

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

{
    "id": 3588217,
    "uri": "https://api.kexp.org/v2/plays/3588217/?format=api",
    "airdate": "2025-12-07T20:08:03-08:00",
    "show": 65316,
    "show_uri": "https://api.kexp.org/v2/shows/65316/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's So Bad It's A Sin",
    "track_id": null,
    "recording_id": null,
    "artist": "Cosmic Flight, Inc. Featuring Zachory Clark",
    "artist_ids": [],
    "album": "Terrestrial Fusion",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Titus Turner Songs Co."
    ],
    "label_ids": [
        "806cfef0-9837-4bbd-8f3d-320abca3fb08"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cosmic Flight, Inc. collaborated with Zachory Clark on \"It's So Bad It's A Sin\" and the album Terrestrial Fusion with Titus Turner Songs Co.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}