Information about plays

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

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

{
    "id": 3598054,
    "uri": "https://api.kexp.org/v2/plays/3598054/?format=api",
    "airdate": "2025-12-30T15:38:58-08:00",
    "show": 65517,
    "show_uri": "https://api.kexp.org/v2/shows/65517/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heart Cooks Brain",
    "track_id": "87f12826-dceb-356b-8c0c-84df6728cb29",
    "recording_id": "84ba1c1d-e2f4-4d43-8ce1-337757b20124",
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "Up in Orbit!",
    "release_id": "8d118f22-bd97-46ff-856f-c2f86c63ac30",
    "release_group_id": "c5023b05-82cf-376a-9ad2-041429bcf358",
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "1997-08-26",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Modest Mouse is an American rock band formed in 1993 in Issaquah, Washington, and currently based in Portland, Oregon. The founding members were lead singer/guitarist Isaac Brock, drummer Jeremiah Green and bassist Eric Judy.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}