Information about plays

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

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

{
    "id": 3564756,
    "uri": "https://api.kexp.org/v2/plays/3564756/?format=api",
    "airdate": "2025-10-14T00:20:30-07:00",
    "show": 64829,
    "show_uri": "https://api.kexp.org/v2/shows/64829/?format=api",
    "image_uri": "https://coverartarchive.org/release/4a747245-71b3-44f5-b8fc-d5b1e5a0a61a/16101388585-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4a747245-71b3-44f5-b8fc-d5b1e5a0a61a/16101388585-250.jpg",
    "song": "Cloudwalker II",
    "track_id": null,
    "recording_id": null,
    "artist": "Biosphere",
    "artist_ids": [
        "a5ee1ebe-a645-45d2-8319-d101fe62e581"
    ],
    "album": "Microgravity",
    "release_id": null,
    "release_group_id": "d8766b39-5eea-3c0c-a4ca-ed5fd79c3177",
    "labels": [
        "Apollo"
    ],
    "label_ids": [
        "40554a9e-d9db-45d5-97aa-dadd904a456d"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nice clouds up there",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}