Information about plays

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

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

{
    "id": 3577521,
    "uri": "https://api.kexp.org/v2/plays/3577521/?format=api",
    "airdate": "2025-11-13T04:46:52-08:00",
    "show": 65095,
    "show_uri": "https://api.kexp.org/v2/shows/65095/?format=api",
    "image_uri": "https://coverartarchive.org/release/e10814fe-df1f-4a5a-a2f0-732d91531408/42693502160-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e10814fe-df1f-4a5a-a2f0-732d91531408/42693502160-250.jpg",
    "song": "Pour Me",
    "track_id": null,
    "recording_id": "d9e9688d-a6fe-426b-834b-12c603d9bbbc",
    "artist": "Black Ends",
    "artist_ids": [
        "ee88a13a-f9fd-45f0-a7dd-3551566c4976"
    ],
    "album": "Psychotic Spew",
    "release_id": null,
    "release_group_id": "2399cefe-5436-430c-8e88-c550de9bb079",
    "labels": [
        "Youth Riot"
    ],
    "label_ids": [
        "e76d5482-a531-4336-8417-89ee1240d438"
    ],
    "release_date": "2024-10-11",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Black Ends played Live on KEXP last November, showcasing songs off their debut album, Psychotic Spew! \n\nhttps://www.youtube.com/watch?v=f5e5Y6huk8U&t=912s\n\nhttps://blackends.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}