Information about plays

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

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

{
    "id": 3572187,
    "uri": "https://api.kexp.org/v2/plays/3572187/?format=api",
    "airdate": "2025-10-31T10:56:19-07:00",
    "show": 64983,
    "show_uri": "https://api.kexp.org/v2/shows/64983/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Casper, The Friendly Ghost",
    "track_id": "a85d7b19-33ef-37af-a1e8-006168500d83",
    "recording_id": "7c80e64f-0e8d-4b89-a00e-43c1af5c6b69",
    "artist": "Daniel Johnston",
    "artist_ids": [
        "8a7ca8b0-d23c-4eff-8fe9-6220ba5c9c76"
    ],
    "album": "Welcome to My World: The Music of Daniel Johnston",
    "release_id": "1902c0d2-8d45-4eb4-b23b-9a8195b9fbd5",
    "release_group_id": "1b5fb0f8-964f-35a3-867c-c98bba3b6346",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Daniel Johnston's \"Casper, The Friendly Ghost\" first came out on his self-released 1983 album, Yip/Jump Music. The album has gone on to be re-released many times since, including on cassette, CD, and vinyl.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}