Information about plays

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

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

{
    "id": 3551030,
    "uri": "https://api.kexp.org/v2/plays/3551030/?format=api",
    "airdate": "2025-09-09T22:22:46-07:00",
    "show": 64521,
    "show_uri": "https://api.kexp.org/v2/shows/64521/?format=api",
    "image_uri": "https://ia800605.us.archive.org/24/items/mbid-2e7ae78b-e86a-4e6d-af98-2b16c1eca140/mbid-2e7ae78b-e86a-4e6d-af98-2b16c1eca140-18977273410_thumb500.jpg",
    "thumbnail_uri": "https://ia800605.us.archive.org/24/items/mbid-2e7ae78b-e86a-4e6d-af98-2b16c1eca140/mbid-2e7ae78b-e86a-4e6d-af98-2b16c1eca140-18977273410_thumb250.jpg",
    "song": "Every 1’s a Winner",
    "track_id": "3dcb6d1c-b93c-43ec-abcf-dab9551b908c",
    "recording_id": "8b3ada1b-612a-4808-9e4f-dd61daa06ef1",
    "artist": "Ty Segall",
    "artist_ids": [
        "07a17571-81fc-4cf8-a634-98f0d926d313"
    ],
    "album": "Freedom’s Goblin",
    "release_id": "2e7ae78b-e86a-4e6d-af98-2b16c1eca140",
    "release_group_id": "b413f67f-a68b-48d7-8b33-abbc09e9f763",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2018-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bay Area artist Ty Segall and friends are performing at the Regency in San Francisco Oct. 11 and Neumos in Seattle on October 14th. Catch more tour dates here. https://ty-segall.com/pages/home",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}