Information about plays

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

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

{
    "id": 3637322,
    "uri": "https://api.kexp.org/v2/plays/3637322/?format=api",
    "airdate": "2026-04-03T15:24:47-07:00",
    "show": 66354,
    "show_uri": "https://api.kexp.org/v2/shows/66354/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When Your Parents Go to Sleep",
    "track_id": null,
    "recording_id": "280c8f6b-67a2-45cc-81ee-0a7f5739004b",
    "artist": "Kevin Ayers",
    "artist_ids": [
        "ad4ba77a-2382-4367-b687-89d38c58e16d"
    ],
    "album": "All This Crazy Gift of Time (The Recordings 1969–1973)",
    "release_id": null,
    "release_group_id": "cdf35d57-f7b6-4548-8006-9077ca6eb36c",
    "labels": [
        "Esoteric Recordings"
    ],
    "label_ids": [
        "e572cd51-c468-4759-98c7-e78f321eba1c"
    ],
    "release_date": "2024-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken from Ayers' fourth album Bananamour, Stax-come-gospel flavored \"When Your Parents Go to Sleep\" is a deep R&B cut rich with soul driven vocals, backed by Doris Troy, Liza Strike and Barry St. John over a irresistible sax line \nhttps://www.youtube.com/watch?v=Q2dNcUVEZn4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}