Information about plays

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

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

{
    "id": 3571266,
    "uri": "https://api.kexp.org/v2/plays/3571266/?format=api",
    "airdate": "2025-10-29T03:23:00-07:00",
    "show": 64962,
    "show_uri": "https://api.kexp.org/v2/shows/64962/?format=api",
    "image_uri": "https://ia800208.us.archive.org/27/items/mbid-4cb6ec2b-9e1e-4dfb-bebc-751c26252b70/mbid-4cb6ec2b-9e1e-4dfb-bebc-751c26252b70-9891452419_thumb500.jpg",
    "thumbnail_uri": "https://ia800208.us.archive.org/27/items/mbid-4cb6ec2b-9e1e-4dfb-bebc-751c26252b70/mbid-4cb6ec2b-9e1e-4dfb-bebc-751c26252b70-9891452419_thumb250.jpg",
    "song": "Wolf Like Me",
    "track_id": "7b68cdcc-a422-3f0f-b9a3-b276f19e22ff",
    "recording_id": "dd131370-7dc0-4c63-b991-e7fe7b76d91a",
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Live at Amoeba Music",
    "release_id": "4cb6ec2b-9e1e-4dfb-bebc-751c26252b70",
    "release_group_id": "282c66ae-ecec-33ea-b75f-b8d53b79812c",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2007-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded live at Amoeba Music in Los Angeles. The EP is made up of four live tracks from their 2006 release 'Return to Cookie Mountain'.  https://bit.ly/3yv0WEo\n\nhttp://www.tvontheradio.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}