Information about plays

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

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

{
    "id": 3554484,
    "uri": "https://api.kexp.org/v2/plays/3554484/?format=api",
    "airdate": "2025-09-18T05:53:35-07:00",
    "show": 64592,
    "show_uri": "https://api.kexp.org/v2/shows/64592/?format=api",
    "image_uri": "https://ia600506.us.archive.org/8/items/mbid-b8013c95-3578-457e-a5b5-cfea40788323/mbid-b8013c95-3578-457e-a5b5-cfea40788323-6762675323_thumb500.jpg",
    "thumbnail_uri": "https://ia800506.us.archive.org/8/items/mbid-b8013c95-3578-457e-a5b5-cfea40788323/mbid-b8013c95-3578-457e-a5b5-cfea40788323-6762675323_thumb250.jpg",
    "song": "Living in the Past",
    "track_id": "c43df74c-767c-368b-8b76-e578271b53c5",
    "recording_id": "15f1788e-671d-4e25-a655-6892ed682b06",
    "artist": "Jethro Tull",
    "artist_ids": [
        "ece57992-dc2e-4f67-a269-fa43626c1a3d"
    ],
    "album": "Back to Mine: Orbital",
    "release_id": "b8013c95-3578-457e-a5b5-cfea40788323",
    "release_group_id": "5e88c482-1060-388f-a364-a7b1c1094dea",
    "labels": [
        "DMC"
    ],
    "label_ids": [
        "5f33772c-841c-4c2b-af0d-0570015beace"
    ],
    "release_date": "2002-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Living in the Past is a double LP compilation album by Jethro Tull, released in 1972. It collects album tracks, outtakes and several standalone singles spanning the band's career up to that point. Also included are the 1971 Life Is a Long Song EP and two live recordings taken from a performance at New York City's Carnegie Hall in November 1970.\n\nWatch Jethro Tull performing \"Living In The Past\" on British TV Show \"Supersonic\" in 1976: https://www.youtube.com/watch?v=m__wmsIn99E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}