Information about plays

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

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

{
    "id": 3564277,
    "uri": "https://api.kexp.org/v2/plays/3564277/?format=api",
    "airdate": "2025-10-12T17:14:46-07:00",
    "show": 64817,
    "show_uri": "https://api.kexp.org/v2/shows/64817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lover, Come Back To Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Julia Keefe",
    "artist_ids": [],
    "album": "The Mildred Bailey Project",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Frybread Records"
    ],
    "label_ids": [],
    "release_date": "2024-01-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Julia Keefe is a Nez Perce jazz vocalist based in New York City. Julia blends a quirky sense of humor with jazz of the 40's and 50's, creating a jovial marmalade of smooth vocals and rapier wit! She is a graduate of the Manhattan School of Music and the University of Miami's Frost School of Music.\n\nhttps://www.juliakeefe.com/mildred-bailey-project",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}