Information about plays

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

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

{
    "id": 3597867,
    "uri": "https://api.kexp.org/v2/plays/3597867/?format=api",
    "airdate": "2025-12-30T05:10:27-08:00",
    "show": 65513,
    "show_uri": "https://api.kexp.org/v2/shows/65513/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sheela-Na-Gig",
    "track_id": "e30b0a68-7d18-3386-a6b1-b778f334474e",
    "recording_id": "a57281f6-d9b3-4d35-bd61-5645203076b4",
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "Dry",
    "release_id": "4ecaba33-4323-41ca-8129-18699d105562",
    "release_group_id": "78e2be48-6a07-31bf-b85f-3a1093177263",
    "labels": [
        "Too Pure",
        "Indigo Records"
    ],
    "label_ids": [
        "ae5ab1f6-8ce6-4af0-9268-442b9067f537",
        "13bf302d-26f7-4c8b-8f15-ee2fc01a3c63"
    ],
    "release_date": "1992-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Of Dry, Harvey's debut album, she reveals, \"Dry is the first chance I ever had to make a record and I thought it would be my last. So, I put everything I had into it. It was a very extreme record. It was a great joy for me to be able to make it. I never thought I'd have that opportunity, so I felt like I had to get everything on it as well as I possibly could, because it was probably my only chance. It felt very extreme for that reason.\" https://bit.ly/40prdyl \n\nhttp://pjharvey.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}