Information about plays

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

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

{
    "id": 3542616,
    "uri": "https://api.kexp.org/v2/plays/3542616/?format=api",
    "airdate": "2025-08-20T20:38:36-07:00",
    "show": 64342,
    "show_uri": "https://api.kexp.org/v2/shows/64342/?format=api",
    "image_uri": "https://coverartarchive.org/release/5c39130d-336f-4413-87d7-603363137ee6/27128437246-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5c39130d-336f-4413-87d7-603363137ee6/27128437246-250.jpg",
    "song": "Sacred Sun",
    "track_id": null,
    "recording_id": "7a503549-2797-4f21-b4e5-02bdb6d2d8af",
    "artist": "Psychic Bloom",
    "artist_ids": [
        "ba038ada-6fa0-4dae-8aef-208b8f4d2a4a"
    ],
    "album": "Psychic Bloom",
    "release_id": null,
    "release_group_id": "bef30a68-1ee8-4978-be5f-0c2aabb12648",
    "labels": [
        "Detriti Records"
    ],
    "label_ids": [
        "12a6aae6-f8db-49d6-bdc0-5df2c9d56c2a"
    ],
    "release_date": "2017-05-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Psychic Bloom is based in Tehran, Iran and stands as one of the few garage bands out of Iran; they experiment with sounds from jazz to R&B to soul and pop.\n\nhttps://psychicbloom.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}