Information about plays

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

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

{
    "id": 3520036,
    "uri": "https://api.kexp.org/v2/plays/3520036/?format=api",
    "airdate": "2025-06-28T18:28:52-07:00",
    "show": 63864,
    "show_uri": "https://api.kexp.org/v2/shows/63864/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She Speaks of Love",
    "track_id": "f726b3a7-40bd-47fb-8294-57dd4152649d",
    "recording_id": "1aec35d0-fb59-4bfa-90b0-d3e8c08da4be",
    "artist": "Black Ends",
    "artist_ids": [
        "ee88a13a-f9fd-45f0-a7dd-3551566c4976"
    ],
    "album": "Psychotic Spew",
    "release_id": "e27c4525-b232-4b77-ab69-212216777ef1",
    "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": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's Black Ends put out Psychotic Spew in October 2024 and we've been spinning it ever since! Listen to the whole record below:\n\nhttps://blackends.bandcamp.com/album/psychotic-spew-2",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}