Information about plays

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

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

{
    "id": 3606837,
    "uri": "https://api.kexp.org/v2/plays/3606837/?format=api",
    "airdate": "2026-01-20T14:49:02-08:00",
    "show": 65708,
    "show_uri": "https://api.kexp.org/v2/shows/65708/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pope Will Roll",
    "track_id": "7ebcaf69-59a3-39cc-ace1-1548610afe45",
    "recording_id": "a31c0a00-4245-4992-a4da-938c1294be22",
    "artist": "Light Asylum",
    "artist_ids": [
        "a077a16e-edb1-43b2-99a4-460cab3b6a6e"
    ],
    "album": "Light Asylum",
    "release_id": "3d752feb-e19a-4808-92bf-da11429dc968",
    "release_group_id": "38afcd45-9dc1-4a29-a347-4ce3157d0d5c",
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2012-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Light Asylum is a collaboration between Bruno Cavellio (The Dreamies) and Shannon Funchess (Teengirl Fantasy, Telepathe, TV On The Radio). \n“We are not leaders of men. We are conscious human beings with our humanity still intact and with the hope to reach others out there.”\nhttps://www.factmag.com/2012/07/13/we-are-not-leaders-of-men-light-asylum-interviewed/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}