Information about plays

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

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

{
    "id": 3630906,
    "uri": "https://api.kexp.org/v2/plays/3630906/?format=api",
    "airdate": "2026-03-19T05:07:46-07:00",
    "show": 66220,
    "show_uri": "https://api.kexp.org/v2/shows/66220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Snakes",
    "track_id": null,
    "recording_id": "572fcaf6-43ad-4d25-9322-5364314aeca9",
    "artist": "El Michels Affair feat. Lee Fields",
    "artist_ids": [
        "dbf0a5c5-3665-4495-b13b-99438a6a0900",
        "21a6802c-9700-4ab1-be86-ce9d225ace43"
    ],
    "album": "Return to the 37th Chamber",
    "release_id": null,
    "release_group_id": "f0143550-a12e-43d4-aa97-223f74f8b12f",
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [
        "d730a8be-1452-4c0d-9262-cf4f25f45120"
    ],
    "release_date": "2017-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Instrumental outfit lead by multi-instrumentalist and producer Leon Michels, featuring Lee Fields.\n\nhttps://elmichelsaffair.bandcamp.com/track/snakes-feat-lee-fields",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}