Information about plays

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

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

{
    "id": 3521083,
    "uri": "https://api.kexp.org/v2/plays/3521083/?format=api",
    "airdate": "2025-07-01T05:51:52-07:00",
    "show": 63889,
    "show_uri": "https://api.kexp.org/v2/shows/63889/?format=api",
    "image_uri": "https://ia801300.us.archive.org/7/items/mbid-f26f4ece-ff65-37c2-887e-6dbf5d8ca440/mbid-f26f4ece-ff65-37c2-887e-6dbf5d8ca440-13026622810_thumb500.jpg",
    "thumbnail_uri": "https://ia801300.us.archive.org/7/items/mbid-f26f4ece-ff65-37c2-887e-6dbf5d8ca440/mbid-f26f4ece-ff65-37c2-887e-6dbf5d8ca440-13026622810_thumb250.jpg",
    "song": "And She Was",
    "track_id": "650259da-37ce-3de4-9ea4-47538490dbe9",
    "recording_id": "f21c3ce5-6c95-4df8-b333-baeb77e4c98f",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Popular Favorites: Sand in the Vaseline",
    "release_id": "f26f4ece-ff65-37c2-887e-6dbf5d8ca440",
    "release_group_id": "f13f6021-ef5a-3720-bcea-3e91035e4ceb",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Prior to Little Creatures, Talking Heads established a clear foundation in alt-rock music. With a strong debut home to hits like ‘Psycho Killer’ followed by a number of albums that garnered a loyal fanbase, the sixth studio album Little Creatures, marks a significant turning point in the band’s trajectory with even more daring infusions of punk, art rock, and funk.\" Read more from this 2023 retrospective on the 1985 album: https://tinyurl.com/4mb5tez9",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}