Information about plays

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

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

{
    "id": 3614625,
    "uri": "https://api.kexp.org/v2/plays/3614625/?format=api",
    "airdate": "2026-02-07T22:34:46-08:00",
    "show": 65874,
    "show_uri": "https://api.kexp.org/v2/shows/65874/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Powerstation",
    "track_id": null,
    "recording_id": null,
    "artist": "Swirls",
    "artist_ids": [
        "fab0c3fb-5fc3-44c9-9fe6-4c181a5acbdf"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Howlin Banana Records"
    ],
    "label_ids": [
        "c8cd10eb-980f-425f-8862-c4fafb754664"
    ],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Following the release of their well-received debut album Top of the Line in 2024 via Howlin' Banana and À Tant Rêver du Roi, French slacker punk quartet Swirls returns with a new single \"Powerstation\". \n\nhttps://swirlsband.bandcamp.com/\nhttps://www.frontview-magazine.be/en/news/swirls-indie-rockslacker-punk-france-unveils-new-single-powerstation",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}