Information about plays

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

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

{
    "id": 3529822,
    "uri": "https://api.kexp.org/v2/plays/3529822/?format=api",
    "airdate": "2025-07-21T07:05:23-07:00",
    "show": 64074,
    "show_uri": "https://api.kexp.org/v2/shows/64074/?format=api",
    "image_uri": "https://coverartarchive.org/release/1ae37385-e7cd-46cc-a53b-79cf364d2f60/9535453834-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1ae37385-e7cd-46cc-a53b-79cf364d2f60/9535453834-250.jpg",
    "song": "The Biggest Lie",
    "track_id": null,
    "recording_id": "4baa94c8-a135-465d-8742-75329f220cff",
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "Elliott Smith",
    "release_id": null,
    "release_group_id": "d90675f8-ac35-3737-898a-b9860fc3f5f3",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1995-07-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Elliot Smith released his self-titled album on this day in 1995!\n\nOff the second LP from Elliott Smith, and his first through local label Kill Rock Stars. About a reissue of this album last year, Kill Rock Stars founder Slim Moon said \"I've always felt like this record is underappreciated. A lot of people overlook Elliott's first two records—they think of them as a prelude to the bigger albums that followed—but when you go back, you discover they're really great. This is Elliott's most fragile and delicate music, and we wanted to honor that with a special and beautiful package.\"\n\nhttps://elliottsmith.co/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}