Information about plays

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

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

{
    "id": 3624301,
    "uri": "https://api.kexp.org/v2/plays/3624301/?format=api",
    "airdate": "2026-03-02T06:48:35-08:00",
    "show": 66070,
    "show_uri": "https://api.kexp.org/v2/shows/66070/?format=api",
    "image_uri": "https://ia600801.us.archive.org/15/items/mbid-00f09140-c4d5-40fe-9256-cee44fc1a6d6/mbid-00f09140-c4d5-40fe-9256-cee44fc1a6d6-6699026371_thumb500.jpg",
    "thumbnail_uri": "https://ia800801.us.archive.org/15/items/mbid-00f09140-c4d5-40fe-9256-cee44fc1a6d6/mbid-00f09140-c4d5-40fe-9256-cee44fc1a6d6-6699026371_thumb250.jpg",
    "song": "Cities",
    "track_id": "096402f4-1ca1-3689-8585-c73422c0b846",
    "recording_id": "d2d5e7e3-be88-4b9d-b16d-7c75a01534e3",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Fear of Music",
    "release_id": "00f09140-c4d5-40fe-9256-cee44fc1a6d6",
    "release_group_id": "f378dcb1-841b-3be1-9d96-779036562de1",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brian Eno produced the 1979 Fear of Music album with the band; it was Talking Heads' third album and their second with Eno on board. \n\nMost of the band had art school backgrounds and meshed well with Eno's experimental style, which resulted in some rather unusual songs, like \"Cities,\" which is driven by Tina Weymouth's bass line, David Byrne's rhythm guitar, and Jerry Harrison's Yamaha CP-70 electric piano.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}