Information about plays

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

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

{
    "id": 3626690,
    "uri": "https://api.kexp.org/v2/plays/3626690/?format=api",
    "airdate": "2026-03-08T07:53:10-07:00",
    "show": 66125,
    "show_uri": "https://api.kexp.org/v2/shows/66125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dawn",
    "track_id": null,
    "recording_id": null,
    "artist": "Anna Phoebe",
    "artist_ids": [
        "1dd8ad82-84f7-4e24-98b7-8d9db2a0f76d"
    ],
    "album": "Divergence",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Eat The Peach"
    ],
    "label_ids": [
        "38c0c938-d798-4bae-9d60-29de4d12a467"
    ],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London - https://annaphoebe.bandcamp.com/album/divergence",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}