Information about plays

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

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

{
    "id": 3539055,
    "uri": "https://api.kexp.org/v2/plays/3539055/?format=api",
    "airdate": "2025-08-12T06:37:52-07:00",
    "show": 64268,
    "show_uri": "https://api.kexp.org/v2/shows/64268/?format=api",
    "image_uri": "https://ia800608.us.archive.org/8/items/mbid-07252b93-f980-4426-a6fe-a6d06093e1b0/mbid-07252b93-f980-4426-a6fe-a6d06093e1b0-21334531446_thumb500.jpg",
    "thumbnail_uri": "https://ia600608.us.archive.org/8/items/mbid-07252b93-f980-4426-a6fe-a6d06093e1b0/mbid-07252b93-f980-4426-a6fe-a6d06093e1b0-21334531446_thumb250.jpg",
    "song": "Honey",
    "track_id": "267bf489-718e-4c41-b775-236834c1f7e0",
    "recording_id": "69668162-c327-45a9-beb9-0890abe07c1d",
    "artist": "Robyn",
    "artist_ids": [
        "5a8e07d5-d932-4484-a7f7-e700793a9c94"
    ],
    "album": "Honey",
    "release_id": "07252b93-f980-4426-a6fe-a6d06093e1b0",
    "release_group_id": "6f46d5e4-1e46-4480-b120-d04b37145f7f",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2018-10-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Honey is the eighth studio album by Robyn, and her first since Body Talk (2010). The album features the lead single \"Missing U\" and second single \"Honey\", a version of which featured in the final season of the HBO series Girls in 2017 before being released in full in 2018.\n\nHere's the music video: https://www.youtube.com/watch?v=Mru9GG3ur9U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}