Information about plays

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

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

{
    "id": 3544837,
    "uri": "https://api.kexp.org/v2/plays/3544837/?format=api",
    "airdate": "2025-08-26T00:19:46-07:00",
    "show": 64389,
    "show_uri": "https://api.kexp.org/v2/shows/64389/?format=api",
    "image_uri": "https://coverartarchive.org/release/07ba42ad-ec92-4cc0-8c7e-4b61d8aef8c1/11143264329-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/07ba42ad-ec92-4cc0-8c7e-4b61d8aef8c1/11143264329-250.jpg",
    "song": "Too Many Mansions",
    "track_id": null,
    "recording_id": null,
    "artist": "Arto Lindsay & The Ambitious Lovers",
    "artist_ids": [],
    "album": "Envy",
    "release_id": null,
    "release_group_id": "7874feee-59ea-33e1-8b2b-57473cc9af9a",
    "labels": [
        "Editions EG"
    ],
    "label_ids": [
        "05674da4-44db-4db3-8724-2a19870d5189"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Argh, I was thinking of a terrible mansion! - https://www.youtube.com/watch?v=FEMN64KEsKc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}