Information about plays

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

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

{
    "id": 3621655,
    "uri": "https://api.kexp.org/v2/plays/3621655/?format=api",
    "airdate": "2026-02-24T09:13:36-08:00",
    "show": 66018,
    "show_uri": "https://api.kexp.org/v2/shows/66018/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "never come never morning",
    "track_id": "09386c53-c566-4e9e-8c52-333bb8c854a1",
    "recording_id": "54129818-928d-48dc-b7d1-c60e620c9cd8",
    "artist": "Nothing",
    "artist_ids": [
        "e86b5e8c-8a11-40ea-9bb0-551df95e99d4"
    ],
    "album": "a short history of decay",
    "release_id": "480dc256-7547-4784-9340-6d5581299748",
    "release_group_id": "d0b4413f-ddfa-4258-9a8e-133bf4684951",
    "labels": [
        "Run for Cover Records"
    ],
    "label_ids": [
        "9c5c93da-b877-4c50-9ae8-7c6aaaf32e51"
    ],
    "release_date": "2026-02-27",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The opening track from Nothing's album 'a short history of decay', their fifth solo album, due out February 27th!\n\nWatch Nothing's full live performance live in the KEXP studio from 2016: https://www.youtube.com/watch?v=O2yEe9Y0tC8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}