Information about plays

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

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

{
    "id": 3538416,
    "uri": "https://api.kexp.org/v2/plays/3538416/?format=api",
    "airdate": "2025-08-10T14:58:58-07:00",
    "show": 64253,
    "show_uri": "https://api.kexp.org/v2/shows/64253/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Midas",
    "track_id": "99a5ca90-2eb5-4a5e-b9e8-686a8cb81699",
    "recording_id": "075a1786-fb81-4f6e-881a-15c8c4805357",
    "artist": "Monzanto Sound",
    "artist_ids": [
        "4f501c70-efc1-4660-a081-336cb77c63c1"
    ],
    "album": "Midas",
    "release_id": "ad3a2ac9-99cb-456f-87bc-b131957e798e",
    "release_group_id": "083e3901-fc94-4139-ba67-07f158c69174",
    "labels": [
        "None More Records"
    ],
    "label_ids": [
        "5b1d9403-5d5a-43dd-bf8f-9cafe813e1a5"
    ],
    "release_date": "2025-07-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Monzanto Sound are a South East London-based music collective fusing together different styles from the African Diaspora and combining them with a hypnotic, psychedelic edge.\n\nhttps://monzantosound.bandcamp.com/album/the-channel\nIG: @monzantosound",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}