Information about plays

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

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

{
    "id": 3603800,
    "uri": "https://api.kexp.org/v2/plays/3603800/?format=api",
    "airdate": "2026-01-13T10:15:09-08:00",
    "show": 65640,
    "show_uri": "https://api.kexp.org/v2/shows/65640/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Retributions of an Awful Life",
    "track_id": null,
    "recording_id": "f86aa8d6-57f2-497f-8d74-5abe421edf4c",
    "artist": "Heartworms",
    "artist_ids": [
        "be045651-fddf-4a05-9c5f-4384b389f73a"
    ],
    "album": "A Comforting Notion",
    "release_id": null,
    "release_group_id": "176a4bb3-4dbe-491d-a4e1-844bea1ec36b",
    "labels": [
        "Speedy Wunderground"
    ],
    "label_ids": [
        "6512d2c8-a4a4-47aa-bbd3-d25e34c5d10a"
    ],
    "release_date": "2023-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Heartworms is the project of London's Jojo Orme. See the official music video for \"Retributions of an Awful Life\": https://www.youtube.com/watch?v=thC-C_Bk8H0\n--\nThen, watch a terrific live performance by Heartworms in our studio in 2024: https://youtu.be/h8fn_3dVm4I?si=LSCB_yp68v8c85bp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}