Information about plays

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

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

{
    "id": 3519969,
    "uri": "https://api.kexp.org/v2/plays/3519969/?format=api",
    "airdate": "2025-06-28T14:35:24-07:00",
    "show": 63861,
    "show_uri": "https://api.kexp.org/v2/shows/63861/?format=api",
    "image_uri": "https://coverartarchive.org/release/90e78cd3-f2a9-408b-ba1a-fee21e8850a4/41314759783-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/90e78cd3-f2a9-408b-ba1a-fee21e8850a4/41314759783-250.jpg",
    "song": "Comin’ Down",
    "track_id": null,
    "recording_id": "11d7bea0-b831-44a6-87fa-9ffa5c714ba6",
    "artist": "Jackie Shane",
    "artist_ids": [
        "4a42c82e-7c16-4d1e-8fab-ebc70b294656"
    ],
    "album": "In My Tenement / Comin' Down",
    "release_id": null,
    "release_group_id": "64ed4bd7-b5cf-4337-8ea2-999c1711e9a0",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jackie Shane was a black transgender soul singer who packed nightclubs in 1960s Toronto before she stepped out of the spotlight for decades, only to re-emerge with a Grammy-nominated record in her 70s.  She was the subject of a KEXP Sound & Vision broadcast:  https://www.kexp.org/read/2020/6/25/sound-vision-looking-back-pioneering-trans-blues-artist-jackie-shane/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}