Information about plays

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

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

{
    "id": 3582150,
    "uri": "https://api.kexp.org/v2/plays/3582150/?format=api",
    "airdate": "2025-11-24T01:15:26-08:00",
    "show": 65194,
    "show_uri": "https://api.kexp.org/v2/shows/65194/?format=api",
    "image_uri": "https://coverartarchive.org/release/a35a91c1-d69c-4b87-b5bc-a0362df8ae4c/18780308445-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a35a91c1-d69c-4b87-b5bc-a0362df8ae4c/18780308445-250.jpg",
    "song": "Dancing Girl",
    "track_id": null,
    "recording_id": "0148cc84-6a97-4c50-99bb-856cee593ee3",
    "artist": "Terry Callier",
    "artist_ids": [
        "44fd61e1-119c-479e-8301-8ac5c77148bf"
    ],
    "album": "What Color Is Love",
    "release_id": null,
    "release_group_id": "be55ce97-63c2-3302-abad-603a2ac83e87",
    "labels": [
        "Chess"
    ],
    "label_ids": [
        "6c6eb4e5-f7c7-48bd-93d2-4901b4971e12"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Imaginative release from the crossover singer Terry Callier tells tales from New York to Nashville with elegant soul & grace. Storied tales of Charlie Parker \"Bird\" and other sordid street tales, to the haunting beauty of love, life and everywhere in between",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}