Information about plays

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

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

{
    "id": 3596771,
    "uri": "https://api.kexp.org/v2/plays/3596771/?format=api",
    "airdate": "2025-12-27T16:36:10-08:00",
    "show": 65490,
    "show_uri": "https://api.kexp.org/v2/shows/65490/?format=api",
    "image_uri": "https://ia800701.us.archive.org/7/items/mbid-d11bdc2c-ea42-4749-8a93-a04fa55e56e3/mbid-d11bdc2c-ea42-4749-8a93-a04fa55e56e3-16464497516_thumb500.jpg",
    "thumbnail_uri": "https://ia600701.us.archive.org/7/items/mbid-d11bdc2c-ea42-4749-8a93-a04fa55e56e3/mbid-d11bdc2c-ea42-4749-8a93-a04fa55e56e3-16464497516_thumb250.jpg",
    "song": "Cars and Girls",
    "track_id": "eb28d55f-f1ff-4948-8e52-6a0eee2b39be",
    "recording_id": "0276c7f3-c3c1-4a79-9d3f-bf3382cb854c",
    "artist": "Prefab Sprout",
    "artist_ids": [
        "1fd87f72-5fbf-4cad-bd9d-f2fec1359cfc"
    ],
    "album": "The Collection",
    "release_id": "0bb28beb-d5a6-4556-a746-649825a1b915",
    "release_group_id": "f2fe28c5-529d-3e15-b36d-6043f1839f16",
    "labels": [
        "Epic",
        "Legacy"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2001-02-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Prefab Sprout music videos always elicit a smile or two - https://youtu.be/jEJdfDD4dVg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}