Information about plays

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

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

{
    "id": 3567520,
    "uri": "https://api.kexp.org/v2/plays/3567520/?format=api",
    "airdate": "2025-10-20T08:08:27-07:00",
    "show": 64885,
    "show_uri": "https://api.kexp.org/v2/shows/64885/?format=api",
    "image_uri": "https://dn721704.ca.archive.org/0/items/mbid-4ea5333b-ad75-42ae-98ab-c0415f6433cd/mbid-4ea5333b-ad75-42ae-98ab-c0415f6433cd-42387468561_thumb500.jpg",
    "thumbnail_uri": "https://dn721704.ca.archive.org/0/items/mbid-4ea5333b-ad75-42ae-98ab-c0415f6433cd/mbid-4ea5333b-ad75-42ae-98ab-c0415f6433cd-42387468561_thumb250.jpg",
    "song": "Never Hurts Never Mind",
    "track_id": "0347e355-e55c-4022-b1cd-ae52ef08a663",
    "recording_id": "ed3d6b0f-fc94-45c5-b1f4-2a8aa2f5d8ae",
    "artist": "Smokey Brights",
    "artist_ids": [
        "2c6f97fd-746b-442d-b5ec-238cccd7441d"
    ],
    "album": "Dashboard Heat",
    "release_id": "4ea5333b-ad75-42ae-98ab-c0415f6433cd",
    "release_group_id": "f876055e-a97a-46b5-8ff5-8f3eefeb253c",
    "labels": [
        "Share It Music"
    ],
    "label_ids": [
        "019f6f42-4804-4cd4-bdc5-9388c416c7c4"
    ],
    "release_date": "2025-09-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Our pals in Smokey are on a national tour right now! Go see them and say HELLOOOOOOOO! \nhttps://www.smokeybrights.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}