Information about plays

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

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

{
    "id": 3585097,
    "uri": "https://api.kexp.org/v2/plays/3585097/?format=api",
    "airdate": "2025-11-30T16:52:16-08:00",
    "show": 65254,
    "show_uri": "https://api.kexp.org/v2/shows/65254/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "River",
    "track_id": "18b0c02f-c0f8-421d-8f0a-f02157c0fd7b",
    "recording_id": "22f7e137-83ae-4d88-9d31-1632dcacd101",
    "artist": "Suzzallo",
    "artist_ids": [
        "49d81580-762a-4c60-8c57-c1fe9f3c9485"
    ],
    "album": "The Quiet Year",
    "release_id": "9cf3842c-136e-4039-aa86-4a2931c15a88",
    "release_group_id": "e8a25d28-66c7-415a-a741-35b4cac34733",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-05-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Will this be KEXP Listeners' Favorite Album of 2025?!\n--\nKEXP's A Deeper Listen podcast talked with Rocky Votalato, who formed the band Suzzalo after the tragic death of his son in an automobile accident: https://www.kexp.org/podcasts/a-deeper-listen/2025/5/20/suzzallos-loud-grief-on-the-quiet-year/. https://www.suzzallo.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}