Information about plays

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

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

{
    "id": 3603045,
    "uri": "https://api.kexp.org/v2/plays/3603045/?format=api",
    "airdate": "2026-01-11T11:08:27-08:00",
    "show": 65622,
    "show_uri": "https://api.kexp.org/v2/shows/65622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweet Release",
    "track_id": null,
    "recording_id": "9694463d-7582-4117-a796-90674e7a8509",
    "artist": "Golomb",
    "artist_ids": [
        "e85d97b9-b6bc-4232-9f41-0bc50771e556"
    ],
    "album": "The Beat Goes On",
    "release_id": null,
    "release_group_id": "b613c090-7224-4bc3-bc2f-7ee31aad5036",
    "labels": [
        "No Quarter Records"
    ],
    "label_ids": [
        "9106d9a5-1c78-4b29-bf07-96b0a5122f55"
    ],
    "release_date": "2025-07-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Columbus, OH, the trio features siblings Xenia (bass) and Hawken (drums) and songwriter/guitarist Mickey Shuman and Xenia are married.\nhttps://golomb.bandcamp.com/album/the-beat-goes-on",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}