Information about plays

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

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

{
    "id": 3527459,
    "uri": "https://api.kexp.org/v2/plays/3527459/?format=api",
    "airdate": "2025-07-15T22:00:40-07:00",
    "show": 64025,
    "show_uri": "https://api.kexp.org/v2/shows/64025/?format=api",
    "image_uri": "https://dn720709.ca.archive.org/0/items/mbid-74c90c4c-fbc9-449f-a2fc-c890cbc21f77/mbid-74c90c4c-fbc9-449f-a2fc-c890cbc21f77-42463456908_thumb500.jpg",
    "thumbnail_uri": "https://ia802901.us.archive.org/27/items/mbid-74c90c4c-fbc9-449f-a2fc-c890cbc21f77/mbid-74c90c4c-fbc9-449f-a2fc-c890cbc21f77-42463456908_thumb250.jpg",
    "song": "Die For This",
    "track_id": "f1cab2b5-e00a-48e7-9027-78131f403bb5",
    "recording_id": "9e8d526f-9a8c-496d-8983-e26d75f36155",
    "artist": "Syd",
    "artist_ids": [
        "7d3d6c65-e053-4657-8705-0ca61bc012ad"
    ],
    "album": "Die For This",
    "release_id": "74c90c4c-fbc9-449f-a2fc-c890cbc21f77",
    "release_group_id": "809320d1-772f-4413-a922-0724f4fe12e7",
    "labels": [
        "Warner Records",
        "Free Lunch"
    ],
    "label_ids": [
        "d4cd174f-784d-48d7-91c6-7427bd5d57fe",
        "783a7c3d-fb27-41b2-9528-cf2b24e7e63c"
    ],
    "release_date": "2025-07-07",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The singer, songwriter, producer, engineer, and leader of the Internet has shared her first solo song in three years, “Die for This.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}