Information about plays

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

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

{
    "id": 3580428,
    "uri": "https://api.kexp.org/v2/plays/3580428/?format=api",
    "airdate": "2025-11-19T23:52:31-08:00",
    "show": 65157,
    "show_uri": "https://api.kexp.org/v2/shows/65157/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Laughter In Summer",
    "track_id": null,
    "recording_id": null,
    "artist": "Beverly Glenn‐Copeland",
    "artist_ids": [
        "c7e4e51b-df22-4ff3-9bb3-3a56d801e5be"
    ],
    "album": "Laughter In Summer",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": "2026-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Performing at Chan Centre for the Performing Arts in Vancouver, BC on Jan 16.\n\nhttps://beverlyglenn-copeland.bandcamp.com/album/laughter-in-summer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}