Information about plays

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

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

{
    "id": 3584079,
    "uri": "https://api.kexp.org/v2/plays/3584079/?format=api",
    "airdate": "2025-11-28T11:41:28-08:00",
    "show": 65231,
    "show_uri": "https://api.kexp.org/v2/shows/65231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Absence Makes the Heart Grow",
    "track_id": "35090c5e-2f48-4784-809a-7144c1eeea2b",
    "recording_id": "ebe30804-695e-4752-84cd-95aef03533c6",
    "artist": "Daffo",
    "artist_ids": [
        "feeed479-425c-40cd-bb24-ab6db5cdf2bc"
    ],
    "album": "Where the Earth Bends",
    "release_id": "8dd49fbf-6c56-44b5-903b-f319d35ec274",
    "release_group_id": "e7baf8e2-52ee-4b82-8587-7846363dc823",
    "labels": [
        "Concord Records"
    ],
    "label_ids": [
        "c5f3bc66-5e1e-47bf-8737-46612304aca6"
    ],
    "release_date": "2025-09-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Philadelphia artist Daffo has local shows coming up soon!\n\n-SF this Tuesday, December 2nd at Cafe du Nord\n\n-Seattle next Friday, December 5th at Barboza\n\n\"Absence Makes the Heart Grow\" comes from the Where the Earth Bends EP, released in September. \nhttps://gabigamberg.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}