Information about plays

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

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

{
    "id": 3596203,
    "uri": "https://api.kexp.org/v2/plays/3596203/?format=api",
    "airdate": "2025-12-26T08:54:18-08:00",
    "show": 65477,
    "show_uri": "https://api.kexp.org/v2/shows/65477/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Build Me Up Buttercup",
    "track_id": "eb7a906a-2d23-3a6e-8172-732296b9a01b",
    "recording_id": "adc54699-90dc-48da-83a5-56872d6650ef",
    "artist": "The Foundations",
    "artist_ids": [
        "5c316ada-0201-427f-8bb6-535ebe17cf85"
    ],
    "album": "There's Something About Mary",
    "release_id": "361c919b-b951-41d0-9a8a-1b6d2c18039e",
    "release_group_id": "6ced61f7-c403-3531-8c98-55c0c888be53",
    "labels": [
        "EMI Soundtracks",
        "20th Century-Fox Records",
        "Capitol Records"
    ],
    "label_ids": [
        "feae3008-1347-4900-9b79-2f388aba4f5e",
        "360f0149-5510-400b-a281-cb2d735f9f8e",
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1998-07-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "With a background composed of West Indian, White British and Sri Lankan members, The Foundations were a British soul band who were primarily active between 1967 and 1970. \n\nhttps://www.allmusic.com/artist/the-foundations-mn0000067900",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}