Information about plays

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

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

{
    "id": 3627496,
    "uri": "https://api.kexp.org/v2/plays/3627496/?format=api",
    "airdate": "2026-03-10T16:30:43-07:00",
    "show": 66146,
    "show_uri": "https://api.kexp.org/v2/shows/66146/?format=api",
    "image_uri": "https://coverartarchive.org/release/47079566-5aeb-4497-9550-cc15abc2c870/26307091411-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/47079566-5aeb-4497-9550-cc15abc2c870/26307091411-250.jpg",
    "song": "So Alive",
    "track_id": null,
    "recording_id": "b2cdd20b-6626-4c14-ba62-a797d0955d72",
    "artist": "Love and Rockets",
    "artist_ids": [
        "8cb3aa4a-3b4c-48b8-be0a-e57010fc1430"
    ],
    "album": "So Alive",
    "release_id": null,
    "release_group_id": "7cc89289-ceec-3f3e-bfc9-8b6e7889a943",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"So Alive\" by Love and Rockets is a 1989 hit about intense, sudden infatuation, inspired by frontman Daniel Ash seeing a captivating woman at a party from afar, leading to lyrics describing an overwhelming feeling of being \"so alive.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}