Information about plays

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

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

{
    "id": 3592220,
    "uri": "https://api.kexp.org/v2/plays/3592220/?format=api",
    "airdate": "2025-12-17T09:28:22-08:00",
    "show": 65401,
    "show_uri": "https://api.kexp.org/v2/shows/65401/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Extraordinary Wings",
    "track_id": "48cfb7bb-db2a-4685-91e4-712fda70db18",
    "recording_id": "9c10a8ac-88eb-47a6-95fe-fcb7937cd378",
    "artist": "Heartworms",
    "artist_ids": [
        "be045651-fddf-4a05-9c5f-4384b389f73a"
    ],
    "album": "Glutton for Punishment",
    "release_id": "9c86d024-a689-4143-8d93-9324601b3044",
    "release_group_id": "6ba162e2-e362-4e6a-b4e4-87aed8508e46",
    "labels": [
        "Speedy Wunderground",
        "[PIAS]"
    ],
    "label_ids": [
        "6512d2c8-a4a4-47aa-bbd3-d25e34c5d10a",
        "da314fb6-6f98-4ac6-8ef1-890fc5ddf4e0"
    ],
    "release_date": "2025-02-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Goth never dies. It just reforms in the darkness.\n\n\"Extraordinary Wings\" is a single off the Glutton for Punishment album, which released earlier this year. Heartworms is the solo project of Jo Jo Orme, a post-punk/gothic-rock artist based in London. https://www.iamheartworms.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}