Information about plays

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

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

{
    "id": 3604006,
    "uri": "https://api.kexp.org/v2/plays/3604006/?format=api",
    "airdate": "2026-01-13T21:41:58-08:00",
    "show": 65643,
    "show_uri": "https://api.kexp.org/v2/shows/65643/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Will Not Stand Alone",
    "track_id": null,
    "recording_id": "f5ad26a8-9a62-489b-8639-6a9c0eb06991",
    "artist": "Kayhan Kalhor",
    "artist_ids": [
        "dd2a84cc-0d01-45fd-ba64-a0f7df21a226"
    ],
    "album": "I Will Not Stand Alone",
    "release_id": null,
    "release_group_id": "e930f3d2-e86b-4556-94ef-154b0cb250f8",
    "labels": [],
    "label_ids": [],
    "release_date": "2012-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album celebrates the debut of the Shah Kaman. Kalhor named the instrument Shah Kaman, which translates into English as King of Kamanchehs.\n\nRead more about the development and video of the instrument here: spikefiddle.com/shah-kaman",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}