Information about plays

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

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

{
    "id": 3557526,
    "uri": "https://api.kexp.org/v2/plays/3557526/?format=api",
    "airdate": "2025-09-25T09:52:45-07:00",
    "show": 64656,
    "show_uri": "https://api.kexp.org/v2/shows/64656/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Will Tear Us Apart",
    "track_id": null,
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [],
    "album": "Recorded backstage at Livid Festival in Brisbane, Australia in 2000",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Far Out Magazine's review of this cover:\n\"The beauty of this particular cover lies in the juxtaposing movements of each band. Although Robert Smith and the band pay tribute to the song’s artistry and Ian Curtis’ inspiring songcraft, they turn the song into something you’d expect to hear on The Cure’s next album.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}