Information about plays

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

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

{
    "id": 3571789,
    "uri": "https://api.kexp.org/v2/plays/3571789/?format=api",
    "airdate": "2025-10-30T11:06:35-07:00",
    "show": 64973,
    "show_uri": "https://api.kexp.org/v2/shows/64973/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Red Bellied Black Snake",
    "track_id": null,
    "recording_id": null,
    "artist": "The Beefs",
    "artist_ids": [
        "3ac730c9-9496-4b39-a080-f43023dd8ef6"
    ],
    "album": "Red Bellied Black Snake",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Driven by frontman, Sammy Smith, The Beefs formed in 2015 and were based on a sound that blended elements of rock, pop and a heavy dose of humour. Mix in some Australian spirit and nostalgic references and you've got yourself a delectable combo.\"\n\nhttps://thebeefs.com.au/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}