Information about plays

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

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

{
    "id": 3550054,
    "uri": "https://api.kexp.org/v2/plays/3550054/?format=api",
    "airdate": "2025-09-07T13:30:35-07:00",
    "show": 64500,
    "show_uri": "https://api.kexp.org/v2/shows/64500/?format=api",
    "image_uri": "https://ia800709.us.archive.org/16/items/mbid-2d0ff636-1ae7-4119-9721-4af9e1c3fb68/mbid-2d0ff636-1ae7-4119-9721-4af9e1c3fb68-41435137139_thumb500.jpg",
    "thumbnail_uri": "https://dn721301.ca.archive.org/0/items/mbid-2d0ff636-1ae7-4119-9721-4af9e1c3fb68/mbid-2d0ff636-1ae7-4119-9721-4af9e1c3fb68-41435137139_thumb250.jpg",
    "song": "Like It’s Part of the Dance",
    "track_id": "1b818dc5-0cbe-4036-a308-47912dc457c2",
    "recording_id": "4f31dc50-9601-4593-a5e1-59aa3ef59665",
    "artist": "Barry Can’t Swim",
    "artist_ids": [
        "7dcf3b98-701a-4309-a90c-eb4179b96ea9"
    ],
    "album": "Loner",
    "release_id": "2d0ff636-1ae7-4119-9721-4af9e1c3fb68",
    "release_group_id": "0761b8f9-f975-4865-a995-a35204d1ab74",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2025-07-11",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Throughout 'Loner' we see Barry Can't Swim navigate and explore the world he’s found himself in, a highly personal album that asks profound questions of its creator and his audience. Informed by the staggering success of Barry’s live shows around the world, 'Loner' remains anchored to his roots both as a grounded human being and a progressive, ever-evolving artist.\"\n\nhttps://barrycantswim.bandcamp.com/album/loner\nhttps://barrycantswim.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}