Information about plays

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

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

{
    "id": 3500271,
    "uri": "https://api.kexp.org/v2/plays/3500271/?format=api",
    "airdate": "2025-05-12T04:11:55-07:00",
    "show": 63439,
    "show_uri": "https://api.kexp.org/v2/shows/63439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Summertime",
    "track_id": null,
    "recording_id": null,
    "artist": "Oscar Pettiford",
    "artist_ids": [],
    "album": "Nightfall Groove",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Choctaw, Cherokee\n--\nOscar Pettiford, born 1922 in Oklahoma, still holds the highest reputation of bassist in the world of jazz, next to Jimmy Blanton or Charles Mingus. Besides his career as a musician, who established the bass as a solo instrument, he worked as a teacher of jazz improvisation and also composed well known tunes like “Bohemia After Dark” or “Blues In The Closet”.\nhttps://sonoramarecords.bandcamp.com/album/we-get-the-message",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}