Information about plays

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

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

{
    "id": 3632317,
    "uri": "https://api.kexp.org/v2/plays/3632317/?format=api",
    "airdate": "2026-03-22T10:29:33-07:00",
    "show": 66250,
    "show_uri": "https://api.kexp.org/v2/shows/66250/?format=api",
    "image_uri": "https://coverartarchive.org/release/afd03b21-d922-4d3b-9305-c3e51811143d/33217132052-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/afd03b21-d922-4d3b-9305-c3e51811143d/33217132052-250.jpg",
    "song": "Go Down River",
    "track_id": null,
    "recording_id": "cf2f1d26-3e46-47c4-9196-a6f3510058ad",
    "artist": "The Heavy Heavy",
    "artist_ids": [
        "5c465508-e810-4a2b-9c69-ce9e8e07a787"
    ],
    "album": "Life and Life Only",
    "release_id": null,
    "release_group_id": "5a07f081-a9a9-4e6d-b544-495a967e1c9c",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2020-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Brighton, UK\nhttps://theheavyheavy.bandcamp.com/album/life-and-life-only-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}