Information about plays

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

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

{
    "id": 3600089,
    "uri": "https://api.kexp.org/v2/plays/3600089/?format=api",
    "airdate": "2026-01-04T09:58:17-08:00",
    "show": 65561,
    "show_uri": "https://api.kexp.org/v2/shows/65561/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Duchess",
    "track_id": null,
    "recording_id": "73365bec-c7e7-4061-b9b6-d8ca0914641b",
    "artist": "Erin Rae",
    "artist_ids": [
        "63ff2e03-85da-4529-b046-125dfd2f5550"
    ],
    "album": "Lagniappe Session",
    "release_id": null,
    "release_group_id": "22df2b7b-affe-49d3-94db-fefe3d3ae54f",
    "labels": [
        "Aquarium Drunkard"
    ],
    "label_ids": [
        "587d9218-72c2-404e-9138-576925f2f0a5"
    ],
    "release_date": "2019-07-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Scott Walker cover by the Nashville artist:\nhttps://www.erinraemusic.com/home",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}