Information about plays

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

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

{
    "id": 3638005,
    "uri": "https://api.kexp.org/v2/plays/3638005/?format=api",
    "airdate": "2026-04-05T01:40:35-07:00",
    "show": 66370,
    "show_uri": "https://api.kexp.org/v2/shows/66370/?format=api",
    "image_uri": "https://coverartarchive.org/release/df7ba544-614d-42c9-81eb-df81497cf6aa/39424312295-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/df7ba544-614d-42c9-81eb-df81497cf6aa/39424312295-250.jpg",
    "song": "El loco",
    "track_id": null,
    "recording_id": "e205e9eb-60ed-4797-9c61-fc1e087c08a1",
    "artist": "Luzbel",
    "artist_ids": [
        "b6aba7de-1cfc-43b5-ab5f-28d25b085ced"
    ],
    "album": "Metal caído del cielo",
    "release_id": null,
    "release_group_id": "79e99fa8-7961-37cf-9a7f-d0d1e482c5e3",
    "labels": [
        "Alivemelody Atomo"
    ],
    "label_ids": [
        "cf41b401-07fa-45f0-b5a2-0720d334618d"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Luzbel formed in Mexico City in 1982 and were active until 2006 before reforming in 2012.  \n\nNameless Grave Records has repressed some of Luzbel's albums.\n\nhttps://namelessgraverecords.com/products/luzbel-metal-caido-del-cielo-cd-pre-sale\nhttps://www.facebook.com/LuzbelOficialMexico",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}