Information about plays

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

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

{
    "id": 3597611,
    "uri": "https://api.kexp.org/v2/plays/3597611/?format=api",
    "airdate": "2025-12-29T12:37:37-08:00",
    "show": 65507,
    "show_uri": "https://api.kexp.org/v2/shows/65507/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Me Go",
    "track_id": null,
    "recording_id": "235efc48-16f8-4b48-8688-bf88010c1a32",
    "artist": "CAKE",
    "artist_ids": [
        "fa7b9055-3703-473a-8a09-adf2fe031a24"
    ],
    "album": "Prolonging the Magic",
    "release_id": null,
    "release_group_id": "34cc7616-0e7e-34aa-a42d-bc9c17755f18",
    "labels": [
        "Capricorn Records"
    ],
    "label_ids": [
        "193ad58f-5e6b-4a86-8038-c03501565869"
    ],
    "release_date": "1998-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}