Information about plays

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

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

{
    "id": 3598123,
    "uri": "https://api.kexp.org/v2/plays/3598123/?format=api",
    "airdate": "2025-12-30T18:40:18-08:00",
    "show": 65518,
    "show_uri": "https://api.kexp.org/v2/shows/65518/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Time Machine",
    "track_id": "2480ab49-dcd9-4a8c-921e-d0c5786e7444",
    "recording_id": "a34dabd7-c733-4210-9505-c5d6d3196b0e",
    "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": "Rocky Votolato was recently in the KEXP studio, performing songs from \"The Quiet Year,\" an album which was an outlet for his grief following the death of his son Kienan: https://www.youtube.com/watch?v=2MiGcxLGreA\n--\nKEXP's podcast \"A Deeper Listen\" interviewed Votalato rcently: https://www.kexp.org/podcasts/a-deeper-listen/2025/5/20/suzzallos-loud-grief-on-the-quiet-year/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}