Information about plays

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

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

{
    "id": 3528290,
    "uri": "https://api.kexp.org/v2/plays/3528290/?format=api",
    "airdate": "2025-07-17T18:05:57-07:00",
    "show": 64039,
    "show_uri": "https://api.kexp.org/v2/shows/64039/?format=api",
    "image_uri": "https://ia904604.us.archive.org/4/items/mbid-0d88ed3d-a819-40de-812b-33983f820413/mbid-0d88ed3d-a819-40de-812b-33983f820413-31075852734_thumb500.jpg",
    "thumbnail_uri": "https://ia804604.us.archive.org/4/items/mbid-0d88ed3d-a819-40de-812b-33983f820413/mbid-0d88ed3d-a819-40de-812b-33983f820413-31075852734_thumb250.jpg",
    "song": "Sinnerman",
    "track_id": "8235f4d6-880a-4673-a87b-37e90d5c57bd",
    "recording_id": "0083589b-b971-4c39-b543-49909fc74c1b",
    "artist": "Goose",
    "artist_ids": [
        "b925a474-d245-4217-bc13-2e153d82bebb"
    ],
    "album": "Sinnerman",
    "release_id": "0d88ed3d-a819-40de-812b-33983f820413",
    "release_group_id": "c9982736-bffa-4b14-9464-a68dd53e24af",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2021-11-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Goose is touring!\n\n- August 31st @ George, WA's The Gorge Amphitheatre\n\nCheck here for more dates and locales: https://www.goosetheband.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}