Information about plays

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

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

{
    "id": 3609886,
    "uri": "https://api.kexp.org/v2/plays/3609886/?format=api",
    "airdate": "2026-01-27T18:14:05-08:00",
    "show": 65771,
    "show_uri": "https://api.kexp.org/v2/shows/65771/?format=api",
    "image_uri": "https://ia601401.us.archive.org/13/items/mbid-205952c4-e54f-35a5-a299-5d16e600b23f/mbid-205952c4-e54f-35a5-a299-5d16e600b23f-10919499939_thumb500.jpg",
    "thumbnail_uri": "https://ia801401.us.archive.org/13/items/mbid-205952c4-e54f-35a5-a299-5d16e600b23f/mbid-205952c4-e54f-35a5-a299-5d16e600b23f-10919499939_thumb250.jpg",
    "song": "And She Was",
    "track_id": "6397f58c-403d-3d59-82e8-09eae0acc676",
    "recording_id": "f21c3ce5-6c95-4df8-b333-baeb77e4c98f",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Little Creatures",
    "release_id": "351bc17b-cbf4-446e-bc9e-5c1db55c6c2d",
    "release_group_id": "8d8aadcd-fcd6-3e0f-b17e-3ec2d88e65d3",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "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"
}