Information about plays

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

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

{
    "id": 3595926,
    "uri": "https://api.kexp.org/v2/plays/3595926/?format=api",
    "airdate": "2025-12-25T16:48:06-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "https://coverartarchive.org/release/b9db0e9f-8207-492e-8d17-19f84317ee7a/24327458198-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b9db0e9f-8207-492e-8d17-19f84317ee7a/24327458198-250.jpg",
    "song": "There’s No Lights on the Christmas Tree Mother, They’re Burning Big Louie Tonight",
    "track_id": null,
    "recording_id": "bd5ec0e7-a5d5-44ac-97ff-04272d920046",
    "artist": "The Sensational Alex Harvey Band",
    "artist_ids": [
        "b304dc15-a567-47f7-9db0-8e9a1aeeba1e"
    ],
    "album": "Framed",
    "release_id": null,
    "release_group_id": "c7976902-5a0a-3fd9-9690-1a410700e19a",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}