Information about plays

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

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

{
    "id": 3578730,
    "uri": "https://api.kexp.org/v2/plays/3578730/?format=api",
    "airdate": "2025-11-15T22:38:04-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Talk Shows",
    "track_id": null,
    "recording_id": null,
    "artist": "Twenty One Children",
    "artist_ids": [
        "961ea6ff-8a9f-4da0-8325-7a30aede83e1"
    ],
    "album": "S/T",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Slovenly Recordings"
    ],
    "label_ids": [
        "cfb18bcf-d2cd-4e4b-b41c-1e63240a10ce"
    ],
    "release_date": "2025-05-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Twenty One Children are the riotous punk pulse of Johannesburg — a fearless trio tearing up the rulebook and rewriting South Africa’s alt-music playbook.\n\nThey're upcoming EP, After The Storm will be released on December 5th and is available for pre-order.\n\nhttps://twentyonechildren.bandcamp.com/album/twenty-one-children-after-the-storm-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}