Information about plays

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

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

{
    "id": 3547603,
    "uri": "https://api.kexp.org/v2/plays/3547603/?format=api",
    "airdate": "2025-09-01T14:20:36-07:00",
    "show": 64447,
    "show_uri": "https://api.kexp.org/v2/shows/64447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "JJ's Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "Makoto Horiuchi",
    "artist_ids": [],
    "album": "Makoto Echoes of the CD",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KulTone Records"
    ],
    "label_ids": [],
    "release_date": "2025-04-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]\n\n\"The idea for this album was to create the music that I cut my teeth on in Seattle. Give you a taste of what the music scene was like with all the smoke filled clubs decorated in the fake vinyl red and brown upholstery of the time.\"\n\nhttps://www.makotosbeat.com/echoes-of-the-cd-seattle-funk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}