Information about plays

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

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

{
    "id": 3548524,
    "uri": "https://api.kexp.org/v2/plays/3548524/?format=api",
    "airdate": "2025-09-03T17:29:09-07:00",
    "show": 64465,
    "show_uri": "https://api.kexp.org/v2/shows/64465/?format=api",
    "image_uri": "https://ia600202.us.archive.org/0/items/mbid-92915e3d-32ee-3e26-8503-cc05b8db296b/mbid-92915e3d-32ee-3e26-8503-cc05b8db296b-881599107_thumb500.jpg",
    "thumbnail_uri": "https://ia600202.us.archive.org/0/items/mbid-92915e3d-32ee-3e26-8503-cc05b8db296b/mbid-92915e3d-32ee-3e26-8503-cc05b8db296b-881599107_thumb250.jpg",
    "song": "Roam",
    "track_id": "b0669024-da27-303e-9c67-a0641f88c151",
    "recording_id": "8c56fa84-0ee5-43e7-b0b9-b84c6100c948",
    "artist": "The B-52s",
    "artist_ids": [
        "127f591a-7e27-4435-92db-0780f219f3a1"
    ],
    "album": "Cosmic Thing",
    "release_id": "80b82879-bbb0-422a-9a3d-4eac8d5ebb38",
    "release_group_id": "1b36a363-eec6-35ba-b0ed-34a1f2f2cd82",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1989-06-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Road trip set for Darrell in Arkansas! Safe travels!\n--\nFamed hitmaker Nile Rodgers produced this track -- he helped the B-52s break out of a creative funk and expand their audience. When they made the album, they had to start without Rodgers, who was wrapping up another project. This ended up giving the album even more creative energy, as they spent a month recording four songs with Don Was, including \"Love Shack.\" https://youtu.be/iNwC0sp-uA4\n\nhttps://www.theb52s.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}