Information about plays

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

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

{
    "id": 3539200,
    "uri": "https://api.kexp.org/v2/plays/3539200/?format=api",
    "airdate": "2025-08-12T14:01:59-07:00",
    "show": 64271,
    "show_uri": "https://api.kexp.org/v2/shows/64271/?format=api",
    "image_uri": "https://coverartarchive.org/release/9482fc7f-f74d-4a78-9e58-e27599c83d1b/14236536723-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9482fc7f-f74d-4a78-9e58-e27599c83d1b/14236536723-250.jpg",
    "song": "C'est La Vie",
    "track_id": null,
    "recording_id": "3d3fe875-907c-43ea-a2c4-585108ff4499",
    "artist": "Terry Callier",
    "artist_ids": [
        "44fd61e1-119c-479e-8301-8ac5c77148bf"
    ],
    "album": "TimePeace",
    "release_id": null,
    "release_group_id": "d6ee639d-91f0-3ad3-b46e-d9d5bcbb9247",
    "labels": [
        "Talkin’ Loud"
    ],
    "label_ids": [
        "df638e26-3c8b-434e-9d54-8f83e9e66d54"
    ],
    "release_date": "1998-01-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Terrence Orlando \"Terry\" Callier was an American soul, folk and jazz guitarist and singer-songwriter, who passed away the Fall of 2012. Read more about his life and legacy here:\nhttps://www.theguardian.com/music/2012/oct/30/terry-callier",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}