Information about plays

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

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

{
    "id": 3656554,
    "uri": "https://api.kexp.org/v2/plays/3656554/?format=api",
    "airdate": "2026-05-18T21:53:39-07:00",
    "show": 66754,
    "show_uri": "https://api.kexp.org/v2/shows/66754/?format=api",
    "image_uri": "https://coverartarchive.org/release/736d1405-9f5f-4cd9-a1ea-c4bcc19d0426/20606479393-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/736d1405-9f5f-4cd9-a1ea-c4bcc19d0426/20606479393-250.jpg",
    "song": "Mambo Cósmico",
    "track_id": null,
    "recording_id": "aa7583a9-49d1-4e77-ac20-9e2315c58264",
    "artist": "Sonido Gallo Negro",
    "artist_ids": [
        "8bb6daa4-a98c-4670-bb1f-d1933c51986d"
    ],
    "album": "Mambo Cósmico",
    "release_id": null,
    "release_group_id": "341fff82-eddc-40d4-84c4-1f3295fe8885",
    "labels": [
        "Glitterbeat"
    ],
    "label_ids": [
        "2b63cc99-f955-427a-828d-440635381748"
    ],
    "release_date": "2017-09-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch their KEXP In-studio session here:\nhttps://www.youtube.com/watch?v=K1KC17_QdGE\nSonido Gallo Negro originates from Mexico City, going back to the roots of psychedelic tropical music with guitars, eccentric organs, analog synthesizers, theremin. They mix exotic rarity and esoterism which will alter your perception and force you to dance until you get exhausted.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}