Information about plays

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

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

{
    "id": 3415235,
    "uri": "https://api.kexp.org/v2/plays/3415235/?format=api",
    "airdate": "2024-10-20T18:53:02-07:00",
    "show": 61629,
    "show_uri": "https://api.kexp.org/v2/shows/61629/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kiss of Life",
    "track_id": null,
    "recording_id": null,
    "artist": "Yuima Enya",
    "artist_ids": [
        "379b4ff5-9dfc-411a-a357-96ac91fb244f"
    ],
    "album": "7\" 45 RPM",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Parktone"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "YUIMA ENYA moved to New York at 18 to study jazz at The New School for Jazz and Contemporary Music. She has been absorbing various kinds of music and sublimating jazz and world music into contemporary beats with her unique touch and wide range of vocal expression. In Japan, she is also a member of DF7B, Thiiird Place, MAKI SOUL. Furthermore, she has been featured in CAT BOYS and TAMTAM.\n\nHere, she covers Sade's \"Kiss of Life.\"\n\nhttps://yuimaenya.bandcamp.com/album/malaka",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}