Information about plays

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

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

{
    "id": 3569608,
    "uri": "https://api.kexp.org/v2/plays/3569608/?format=api",
    "airdate": "2025-10-25T02:48:57-07:00",
    "show": 64925,
    "show_uri": "https://api.kexp.org/v2/shows/64925/?format=api",
    "image_uri": "https://coverartarchive.org/release/34608d03-d5fa-47d1-8aef-2083be6c86ee/30459969078-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/34608d03-d5fa-47d1-8aef-2083be6c86ee/30459969078-250.jpg",
    "song": "Moon of the Unforgotten",
    "track_id": null,
    "recording_id": "365f4cae-d6a0-45ff-95a2-2396cb74d92a",
    "artist": "CYRK",
    "artist_ids": [
        "7be8e3cf-f76d-4258-9cfe-ad8551e00f07"
    ],
    "album": "Escaping Earth",
    "release_id": null,
    "release_group_id": "9c975f45-c26c-426c-9cfc-a2af9e5d9f37",
    "labels": [
        "CHILDHOOD"
    ],
    "label_ids": [
        "6578e153-2102-4193-b96c-e13deed051d3"
    ],
    "release_date": "2021-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://childhood.bandcamp.com/album/ch003lp-cyrk-escaping-earth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}