Information about plays

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

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

{
    "id": 3598679,
    "uri": "https://api.kexp.org/v2/plays/3598679/?format=api",
    "airdate": "2026-01-01T04:08:57-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Motor City Madness",
    "track_id": null,
    "recording_id": "6703c999-33e1-4c5a-bd1a-87cc1a453e4b",
    "artist": "Waajeed",
    "artist_ids": [
        "aa381f41-9b83-4260-b1bc-cbe72207fc46"
    ],
    "album": "Memoirs of Hi‐Tech Jazz",
    "release_id": null,
    "release_group_id": "3e1dead7-2095-4700-aab9-3f9c8634e731",
    "labels": [
        "Tresor"
    ],
    "label_ids": [
        "888875e6-a416-494c-91fe-0cf35295f34f"
    ],
    "release_date": "2022-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Detroit artist Waajeed. \n\nThis 2022 release was inspired by \"evolutionary efforts against oppressive hegemonies in Detroit, and in Black locales around the world.\" https://waajeed.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}