Information about plays

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

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

{
    "id": 3598305,
    "uri": "https://api.kexp.org/v2/plays/3598305/?format=api",
    "airdate": "2025-12-31T05:01:37-08:00",
    "show": 65522,
    "show_uri": "https://api.kexp.org/v2/shows/65522/?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": "One of Lisa LeClair's Top 10 albums of the year! https://www.kexp.org/read/2025/12/10/kexp-djs-top-albums-of-2025/ Heartworms—the project of London musician Jojo Orme—unveiled their widely praised debut record Glutton For Punishment in February 2025, later issuing an expanded “Poetry Edition” in September. The dark, post-punk outfit is now touring across the UK and Europe. https://www.iamheartworms.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}