Information about plays

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

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

{
    "id": 3554017,
    "uri": "https://api.kexp.org/v2/plays/3554017/?format=api",
    "airdate": "2025-09-17T02:36:43-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "https://dn721600.ca.archive.org/0/items/mbid-8aa29c82-fd56-4ffd-b8d8-88e677923904/mbid-8aa29c82-fd56-4ffd-b8d8-88e677923904-34243845535_thumb500.jpg",
    "thumbnail_uri": "https://dn721600.ca.archive.org/0/items/mbid-8aa29c82-fd56-4ffd-b8d8-88e677923904/mbid-8aa29c82-fd56-4ffd-b8d8-88e677923904-34243845535_thumb250.jpg",
    "song": "When I’m Free",
    "track_id": "35c264f4-a4c4-4ecd-8b77-367ca51092b8",
    "recording_id": "f9d8a881-eef2-47bf-a2b3-bba1c9c4ff3f",
    "artist": "Death Valley Girls",
    "artist_ids": [
        "987c6ccf-d4c5-4f23-938a-c0a21782803d"
    ],
    "album": "Islands in the Sky",
    "release_id": "8aa29c82-fd56-4ffd-b8d8-88e677923904",
    "release_group_id": "b6ed3502-29ee-4721-ba55-1061d1eff92a",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2023-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}