Information about plays

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

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

{
    "id": 3597130,
    "uri": "https://api.kexp.org/v2/plays/3597130/?format=api",
    "airdate": "2025-12-28T10:01:28-08:00",
    "show": 65497,
    "show_uri": "https://api.kexp.org/v2/shows/65497/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’ll Walk With You",
    "track_id": "92beb8f3-0ddb-4420-bd62-08df702e73fe",
    "recording_id": "d4dfa19a-802e-4f8c-9fcb-534fdb0fbb87",
    "artist": "Michael Hurley",
    "artist_ids": [
        "a45bbcf5-f009-49cb-962e-4591083573d1"
    ],
    "album": "Broken Homes and Gardens",
    "release_id": "cea7f318-1be5-4e2c-bdfa-c498652218c2",
    "release_group_id": "5acf5b3d-5c7a-40d3-9315-7df6df9ed61b",
    "labels": [
        "No Quarter Records"
    ],
    "label_ids": [
        "9106d9a5-1c78-4b29-bf07-96b0a5122f55"
    ],
    "release_date": "2025-09-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://michaelhurley.bandcamp.com/album/broken-homes-and-gardens",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}