Information about plays

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

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

{
    "id": 3543468,
    "uri": "https://api.kexp.org/v2/plays/3543468/?format=api",
    "airdate": "2025-08-22T20:51:21-07:00",
    "show": 64358,
    "show_uri": "https://api.kexp.org/v2/shows/64358/?format=api",
    "image_uri": "https://coverartarchive.org/release/62c97d3a-9e00-4d10-97bd-8a584df49fd7/11361649558-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/62c97d3a-9e00-4d10-97bd-8a584df49fd7/11361649558-250.jpg",
    "song": "Disco Hi-Life",
    "track_id": null,
    "recording_id": "b8071504-d325-474c-a479-3102bd35db6f",
    "artist": "Orlando Julius",
    "artist_ids": [
        "d221571f-966a-41ac-83b2-261b6fda2253"
    ],
    "album": "Disco Hi-Life",
    "release_id": null,
    "release_group_id": "1f48a267-a41f-412b-b8d7-b0551772c679",
    "labels": [],
    "label_ids": [],
    "release_date": "2014-02-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Orlando Julius Aremu Olusanya Ekemode, known professionally as Orlando Julius or Orlando Julius Ekemode was a Nigerian saxophonist, singer, bandleader, and songwriter closely associated with afrobeat music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}