Information about plays

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

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

{
    "id": 3542516,
    "uri": "https://api.kexp.org/v2/plays/3542516/?format=api",
    "airdate": "2025-08-20T14:57:06-07:00",
    "show": 64340,
    "show_uri": "https://api.kexp.org/v2/shows/64340/?format=api",
    "image_uri": "https://ia803100.us.archive.org/7/items/mbid-316362c1-985e-3ebf-bfc3-1c26531d3f87/mbid-316362c1-985e-3ebf-bfc3-1c26531d3f87-20990796771_thumb500.jpg",
    "thumbnail_uri": "https://ia803100.us.archive.org/7/items/mbid-316362c1-985e-3ebf-bfc3-1c26531d3f87/mbid-316362c1-985e-3ebf-bfc3-1c26531d3f87-20990796771_thumb250.jpg",
    "song": "Syracuse",
    "track_id": "58c07dc9-d809-308e-a9db-0d6a9d2ff034",
    "recording_id": "ca1a2e14-e2fd-4eef-9660-c780409e3461",
    "artist": "Pinback",
    "artist_ids": [
        "1f16a425-2606-4137-a6b7-234b6dabe037"
    ],
    "album": "Summer in Abaddon",
    "release_id": "0c638148-3ea2-4d13-b68f-2e0c647eb73f",
    "release_group_id": "6e4b6b21-8ab6-31f1-a8ee-a26d036af05a",
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2004-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See a live performance by Pinback in the KEXP studio in 2013: https://www.youtube.com/watch?v=WaSeHrVJV5I",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}