Information about plays

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

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

{
    "id": 3550536,
    "uri": "https://api.kexp.org/v2/plays/3550536/?format=api",
    "airdate": "2025-09-08T18:19:35-07:00",
    "show": 64511,
    "show_uri": "https://api.kexp.org/v2/shows/64511/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wake Up",
    "track_id": null,
    "recording_id": null,
    "artist": "Roland Clark",
    "artist_ids": [
        "3da8021a-6ceb-44f5-96cb-9bd38ddfc9b3"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Delete Records"
    ],
    "label_ids": [],
    "release_date": "2025-06-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "oo cool to be white\nToo cold to be black\nCan we talk about it\nWhat happened to\nOur human right\nThey said they had a vote about it\nThey’re trying to erase our past\nBut as long as we still breath\nThe words carry on\nLike time in a bottle\nFloating out to sea\nWe’ll keep on pressing on\n\nhttps://djrolandclark.bandcamp.com/track/wake-up",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}