Information about plays

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

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

{
    "id": 3524302,
    "uri": "https://api.kexp.org/v2/plays/3524302/?format=api",
    "airdate": "2025-07-08T11:19:11-07:00",
    "show": 63957,
    "show_uri": "https://api.kexp.org/v2/shows/63957/?format=api",
    "image_uri": "https://dn721700.ca.archive.org/0/items/mbid-6d63cd0c-1280-4d1a-9a4a-e8b33910625a/mbid-6d63cd0c-1280-4d1a-9a4a-e8b33910625a-42413408087_thumb500.jpg",
    "thumbnail_uri": "https://dn721700.ca.archive.org/0/items/mbid-6d63cd0c-1280-4d1a-9a4a-e8b33910625a/mbid-6d63cd0c-1280-4d1a-9a4a-e8b33910625a-42413408087_thumb250.jpg",
    "song": "Man of the Midnight Moon",
    "track_id": "24ec309e-0c45-44e4-b7e1-d2760d7faba2",
    "recording_id": "2fd77199-18bf-42e3-ae3b-fd13843e7390",
    "artist": "Black Whales",
    "artist_ids": [
        "d1f1cba8-b5ce-438b-99a3-e0a8456ac322"
    ],
    "album": "A Guide To Photographing The Sun",
    "release_id": "6d63cd0c-1280-4d1a-9a4a-e8b33910625a",
    "release_group_id": "35e466fd-1f94-4396-b35d-47055a3f1415",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-07-03",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's Black Whales released a single on the final Friday of each month leading up to the release of \"A Guide To Photographing The Sun\": https://blackwhales.bandcamp.com/album/a-guide-to-photographing-the-sun",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}