Information about plays

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

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

{
    "id": 3551179,
    "uri": "https://api.kexp.org/v2/plays/3551179/?format=api",
    "airdate": "2025-09-10T06:04:41-07:00",
    "show": 64523,
    "show_uri": "https://api.kexp.org/v2/shows/64523/?format=api",
    "image_uri": "https://ia601200.us.archive.org/10/items/mbid-3c9f09e3-33ca-477d-b6d9-280f951f7a0e/mbid-3c9f09e3-33ca-477d-b6d9-280f951f7a0e-42316894647_thumb500.jpg",
    "thumbnail_uri": "https://ia601200.us.archive.org/10/items/mbid-3c9f09e3-33ca-477d-b6d9-280f951f7a0e/mbid-3c9f09e3-33ca-477d-b6d9-280f951f7a0e-42316894647_thumb250.jpg",
    "song": "The Key of Victory",
    "track_id": "f27db422-e65d-41c2-aa56-a33e2d985675",
    "recording_id": "e12eab96-e145-4d7d-9e00-0d0e9926ee8c",
    "artist": "The Lemonheads",
    "artist_ids": [
        "58a53082-a629-4ff1-a44d-7492d6f6e8fb"
    ],
    "album": "Love Chant",
    "release_id": "3c9f09e3-33ca-477d-b6d9-280f951f7a0e",
    "release_group_id": "8f98a33e-55d0-4939-a799-38d932cfd09a",
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2025-10-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After years of writing, wandering, and starting over, Evan Dando returns with Love Chant, the first Lemonheads studio album of original material in nearly two decades. Now based in Brazil, where much of the album was recorded, Dando’s relocation in recent years has offered a quiet shift in perspective. https://thelemonheadsmusic.bandcamp.com/album/love-chant",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}