Information about plays

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

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

{
    "id": 3548157,
    "uri": "https://api.kexp.org/v2/plays/3548157/?format=api",
    "airdate": "2025-09-02T22:12:31-07:00",
    "show": 64458,
    "show_uri": "https://api.kexp.org/v2/shows/64458/?format=api",
    "image_uri": "https://ia800203.us.archive.org/18/items/mbid-14be09ec-45ed-4e1c-a9f9-a547882bdd3a/mbid-14be09ec-45ed-4e1c-a9f9-a547882bdd3a-41600549667_thumb500.jpg",
    "thumbnail_uri": "https://ia800203.us.archive.org/18/items/mbid-14be09ec-45ed-4e1c-a9f9-a547882bdd3a/mbid-14be09ec-45ed-4e1c-a9f9-a547882bdd3a-41600549667_thumb250.jpg",
    "song": "Roll Out the Red Carpet",
    "track_id": "8bfad6b8-2695-4977-8194-969a81b0b4d7",
    "recording_id": "4744e6cd-ed01-439f-96c9-19921c5761dd",
    "artist": "The Hives",
    "artist_ids": [
        "487bfd74-71bf-46dd-b89c-80b7a0f06f2f"
    ],
    "album": "The Hives Forever Forever The Hives",
    "release_id": "14be09ec-45ed-4e1c-a9f9-a547882bdd3a",
    "release_group_id": "54799c5b-7f66-4b78-98f7-cceca58e6be7",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-29",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from the Swedish garage-rock band! Playing Seattle 9/15 at Sodo and in San Francisco at the Warfield 9/20! https://thehives.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}