Information about plays

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

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

{
    "id": 3580459,
    "uri": "https://api.kexp.org/v2/plays/3580459/?format=api",
    "airdate": "2025-11-20T01:42:36-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "https://coverartarchive.org/release/84eb58b5-c03d-4528-b730-6b01d576259e/19021156470-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/84eb58b5-c03d-4528-b730-6b01d576259e/19021156470-250.jpg",
    "song": "Blow",
    "track_id": null,
    "recording_id": "2c502dbd-abe9-4cdb-a950-2083a19623e7",
    "artist": "Beyoncé",
    "artist_ids": [
        "859d0860-d480-4efd-970c-c05d5f1776b8"
    ],
    "album": "BEYONCÉ",
    "release_id": null,
    "release_group_id": "8596171e-23b2-4bdd-8f1c-11960df0ecbe",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2013-12-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beyoncé is the fifth studio album released on December 13, 2013, by Parkwood Entertainment and Columbia Records. Developed as a visual album, its songs are accompanied by non-linear short films that illustrate the musical concepts conceived during production. Check out the video: https://www.youtube.com/watch?v=CIELYkfoKy8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}