Information about plays

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

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

{
    "id": 3550274,
    "uri": "https://api.kexp.org/v2/plays/3550274/?format=api",
    "airdate": "2025-09-08T03:26:06-07:00",
    "show": 64506,
    "show_uri": "https://api.kexp.org/v2/shows/64506/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Djatpa",
    "track_id": null,
    "recording_id": "074979bb-7554-4b4e-bc82-b84cf536fc60",
    "artist": "Yothu Yindi",
    "artist_ids": [
        "af5958c6-59b0-4335-a245-ddd46c4a4d9e"
    ],
    "album": "Healing Stone: The Best of Yothu Yindi",
    "release_id": null,
    "release_group_id": "06626c88-1c69-4d8c-ba7a-05db214fb8a6",
    "labels": [
        "Liberation Music"
    ],
    "label_ids": [
        "ea505ea5-e2ed-4410-9f28-dd2e1fcd2249"
    ],
    "release_date": "2012-12-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yolngu\t\n\nIn 1986, two bands merged to create Yothu Yindi, an Australian musical group that has earned 8 ARIA Awards, was inducted into the ARIA Hall of Fame in 2012, and continues to tour to this day. https://www.yothuyindi.com.au",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}