Information about plays

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

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

{
    "id": 3547451,
    "uri": "https://api.kexp.org/v2/plays/3547451/?format=api",
    "airdate": "2025-09-01T05:52:59-07:00",
    "show": 64444,
    "show_uri": "https://api.kexp.org/v2/shows/64444/?format=api",
    "image_uri": "https://ia801007.us.archive.org/28/items/mbid-215c79bf-bfb3-4a2c-9c31-9992ae88a5fe/mbid-215c79bf-bfb3-4a2c-9c31-9992ae88a5fe-42895017001_thumb500.jpg",
    "thumbnail_uri": "https://ia801007.us.archive.org/28/items/mbid-215c79bf-bfb3-4a2c-9c31-9992ae88a5fe/mbid-215c79bf-bfb3-4a2c-9c31-9992ae88a5fe-42895017001_thumb250.jpg",
    "song": "Beat to Beat",
    "track_id": "64f023ae-0f3f-4b3e-afd9-34f801431006",
    "recording_id": "810c1d31-814a-42b9-9a6f-9a70e38ef7ff",
    "artist": "Gut Health",
    "artist_ids": [
        "b177f934-2a62-4c56-9d90-50f42cf9d348"
    ],
    "album": "Beat To Beat",
    "release_id": "215c79bf-bfb3-4a2c-9c31-9992ae88a5fe",
    "release_group_id": "475202c8-1837-4f7c-adc7-7f1f80b243df",
    "labels": [
        "AWAL Recordings Ltd"
    ],
    "label_ids": [
        "1a59ec10-ab09-450c-86ec-04f1796be3fd"
    ],
    "release_date": "2025-08-27",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New single from Melbourne, Australia's Gut Health.\nhttps://guthealthband.bandcamp.com/track/beat-to-beat\n\nWatch the video for this track here:\nhttps://www.youtube.com/watch?v=OzkosJ9SOUY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}