Information about plays

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

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

{
    "id": 3521151,
    "uri": "https://api.kexp.org/v2/plays/3521151/?format=api",
    "airdate": "2025-07-01T10:07:05-07:00",
    "show": 63890,
    "show_uri": "https://api.kexp.org/v2/shows/63890/?format=api",
    "image_uri": "https://ia800204.us.archive.org/28/items/mbid-fbe76262-e7ff-4723-9e0c-1d554da6c946/mbid-fbe76262-e7ff-4723-9e0c-1d554da6c946-2362099957_thumb500.jpg",
    "thumbnail_uri": "https://ia800204.us.archive.org/28/items/mbid-fbe76262-e7ff-4723-9e0c-1d554da6c946/mbid-fbe76262-e7ff-4723-9e0c-1d554da6c946-2362099957_thumb250.jpg",
    "song": "Cloud Shadow on the Mountain",
    "track_id": "05dbf82b-5ed8-3ef0-8ce6-19110a86f2c3",
    "recording_id": "71af3eb9-a2eb-40c7-970c-d951d89b1eb9",
    "artist": "Wolf Parade",
    "artist_ids": [
        "b7ddce8b-9e5c-46bd-9d33-41b134ce1a7f"
    ],
    "album": "Expo 86",
    "release_id": "fbe76262-e7ff-4723-9e0c-1d554da6c946",
    "release_group_id": "df85759a-3d1b-42c1-8337-46c66d4a50de",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2010-06-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today, July 1st, is Canada Day, a national day of celebration. : https://www.canada.ca/en/canadian-heritage/campaigns/canada-day/about.html\n\nProud Canadian Spencer Krug wrote this one for Wolf Parade. Here's a live performance: https://www.youtube.com/watch?v=MkBQiTKNKmE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}