Information about plays

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

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

{
    "id": 3543171,
    "uri": "https://api.kexp.org/v2/plays/3543171/?format=api",
    "airdate": "2025-08-22T04:56:55-07:00",
    "show": 64352,
    "show_uri": "https://api.kexp.org/v2/shows/64352/?format=api",
    "image_uri": "https://ia601409.us.archive.org/23/items/mbid-25a9da8e-3c99-40d5-afab-d933770422cb/mbid-25a9da8e-3c99-40d5-afab-d933770422cb-42510659325_thumb500.jpg",
    "thumbnail_uri": "https://dn721600.ca.archive.org/0/items/mbid-25a9da8e-3c99-40d5-afab-d933770422cb/mbid-25a9da8e-3c99-40d5-afab-d933770422cb-42510659325_thumb250.jpg",
    "song": "Center of Affection",
    "track_id": "9c29883e-ea38-4908-93c1-9368cafd8584",
    "recording_id": "ca6b03b0-ed75-4182-9d76-01a22f16e95c",
    "artist": "Wilby",
    "artist_ids": [
        "6cb0aa06-425b-4d8e-a3be-d3ac96e190dd"
    ],
    "album": "Center of Affection",
    "release_id": "25a9da8e-3c99-40d5-afab-d933770422cb",
    "release_group_id": "54845377-5fa5-41ac-9c30-cd0c1cc06556",
    "labels": [
        "Hit the North Records"
    ],
    "label_ids": [
        "84661b60-40a9-489a-80e9-f6a0f14bca29"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Nashville\n\nhttps://wilbyyymusic.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}