Information about plays

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

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

{
    "id": 3552939,
    "uri": "https://api.kexp.org/v2/plays/3552939/?format=api",
    "airdate": "2025-09-14T11:42:49-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That's All You Got",
    "track_id": null,
    "recording_id": "bb9cffe6-154b-4ba0-9629-28ade5682ee9",
    "artist": "Night Beats",
    "artist_ids": [
        "98c8a53a-c837-4651-8153-88933ae6598b"
    ],
    "album": "Behind The Green Door",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Heavenly Records"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Texan Danny Lee Blackwell’s teamed up with Robert Levon Been for this record. He said of the single, Danny Lee says: “Times like these make it seem like the world is tryna keep you down. We'll always have corrupt politicians and two-faced crooks trying to control our minds, but there are two things that are also eternal in this world: Rhythm and Blues. 'That’s All You Got' is a reminder that at the end of the day, we’ll always have the SOUL.”\nhttps://nightbeats.bandcamp.com/album/thats-all-you-got",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}