Information about plays

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

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

{
    "id": 3598486,
    "uri": "https://api.kexp.org/v2/plays/3598486/?format=api",
    "airdate": "2025-12-31T15:12:45-08:00",
    "show": 65525,
    "show_uri": "https://api.kexp.org/v2/shows/65525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No One Knows You Better",
    "track_id": "18eb03be-ff13-4c32-82a9-1960289b67f3",
    "recording_id": "9201b1a4-3652-4733-88c0-bfc150fc9776",
    "artist": "Anna Of The North",
    "artist_ids": [
        "4d7db1c4-3c00-4140-8c83-c6d99cfdecf4"
    ],
    "album": "Girl In A Bottle",
    "release_id": "512c1dc5-5bfa-4429-880d-da858bebdd00",
    "release_group_id": "c3f121d9-4939-4d96-8059-b2295e8a5651",
    "labels": [
        "Pias UK Limited"
    ],
    "label_ids": [
        "237c38dd-74c0-4291-ada5-773178b193b6"
    ],
    "release_date": "2025-12-05",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Anna Lotterud, the singer-songwriter behind Anna of the North, makes “soft, soul-bearing electro-pop.” Her nickname was given to her after her move across the world from Norway to Melbourne, during which she underwent a creative breakthrough and decided to focus on her music career. \nHere's a 2023 interview with the artist: https://nyunews.com/arts/music/2023/04/07/anna-of-the-north-interview/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}