Information about plays

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

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

{
    "id": 3500272,
    "uri": "https://api.kexp.org/v2/plays/3500272/?format=api",
    "airdate": "2025-05-12T04:16:38-07:00",
    "show": 63439,
    "show_uri": "https://api.kexp.org/v2/shows/63439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Junk Man",
    "track_id": null,
    "recording_id": null,
    "artist": "Mildred Bailey",
    "artist_ids": [],
    "album": "Swing Jazz Hollywood Style",
    "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": "Coeur d'Alene Tribe of Idaho\n--\nAn early jazz singer with a sweet voice, Mildred Bailey balanced a good deal of popular success with a hot jazz-slanted career that saw her billed as Mrs. Swing (her husband, Red Norvo, was Mr. Swing). Bailey is credited with being the first female big-band vocalist.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}