Information about plays

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

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

{
    "id": 3520288,
    "uri": "https://api.kexp.org/v2/plays/3520288/?format=api",
    "airdate": "2025-06-29T06:08:24-07:00",
    "show": 63868,
    "show_uri": "https://api.kexp.org/v2/shows/63868/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eternal",
    "track_id": null,
    "recording_id": null,
    "artist": "Eydís Evensen",
    "artist_ids": [
        "48d7a69a-4fbe-4533-8475-08263e9a754a"
    ],
    "album": "Oceanic Mirror",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "XXIM Records"
    ],
    "label_ids": [
        "036e574b-db53-46c3-996b-53c402f2e213"
    ],
    "release_date": "2025-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second single to emerge of the Icelandic pianist/composer Eydís Evensen's upcoming third album ~ She'll be performing at Seattle's Woodlawn Hall on November 20th! Check out Eydís' Live on KEXP at Home session here: https://www.youtube.com/watch?v=MhY7mVCIU6Q&ab_channel=KEXP",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}