Information about plays

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

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

{
    "id": 3519801,
    "uri": "https://api.kexp.org/v2/plays/3519801/?format=api",
    "airdate": "2025-06-28T04:44:01-07:00",
    "show": 63856,
    "show_uri": "https://api.kexp.org/v2/shows/63856/?format=api",
    "image_uri": "https://coverartarchive.org/release/36d0be6d-e14b-40a5-9733-42029fbaddf0/23252931560-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/36d0be6d-e14b-40a5-9733-42029fbaddf0/23252931560-250.jpg",
    "song": "Playground",
    "track_id": null,
    "recording_id": null,
    "artist": "Steve Lacy",
    "artist_ids": [
        "ca9766a0-1c30-43e6-a213-bac1334efc4a"
    ],
    "album": "Apollo XXI",
    "release_id": null,
    "release_group_id": "c1be618a-18a0-4c40-8f85-0a9e0637a355",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“The Sun card invites us into play . into pleasure, laughter, and the joyful choice to create beauty in the world by engaging with it fully.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}