Information about plays

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

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

{
    "id": 3552199,
    "uri": "https://api.kexp.org/v2/plays/3552199/?format=api",
    "airdate": "2025-09-12T18:48:22-07:00",
    "show": 64543,
    "show_uri": "https://api.kexp.org/v2/shows/64543/?format=api",
    "image_uri": "https://ia600903.us.archive.org/9/items/mbid-a9dbce17-8e0f-4396-b173-3c994168b6c3/mbid-a9dbce17-8e0f-4396-b173-3c994168b6c3-23850146965_thumb500.jpg",
    "thumbnail_uri": "https://dn721506.ca.archive.org/0/items/mbid-a9dbce17-8e0f-4396-b173-3c994168b6c3/mbid-a9dbce17-8e0f-4396-b173-3c994168b6c3-23850146965_thumb250.jpg",
    "song": "Hang on to Your Love",
    "track_id": "f8ed3a01-406b-4157-94c5-561708c51aec",
    "recording_id": "66d3bb50-48b2-4a7a-8df9-3cf5e67789f7",
    "artist": "Sade",
    "artist_ids": [
        "67930b3e-e00b-469f-8c74-fd69f20522ec"
    ],
    "album": "Diamond Life",
    "release_id": "a9dbce17-8e0f-4396-b173-3c994168b6c3",
    "release_group_id": "af2a0c41-e612-3232-949d-bdca340c407c",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For all y'all!\n\nClover Hope wrote a fantastic retrospective of this album for Pitchfork -- saying this track \"views commitment as a courageous act\" -- \"The tracks on 'Diamond Life' play in the arena of blues because Sade sought inspiration in the love stories of soul music that centered everyday people.\" https://tinyurl.com/4jpbdnrv",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}