Information about plays

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

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

{
    "id": 3617472,
    "uri": "https://api.kexp.org/v2/plays/3617472/?format=api",
    "airdate": "2026-02-14T17:52:59-08:00",
    "show": 65933,
    "show_uri": "https://api.kexp.org/v2/shows/65933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Computer Love",
    "track_id": "ae678d72-46de-3ca6-942c-cea300f19ccb",
    "recording_id": "95320507-1846-419f-8e4a-3b550bacbf3c",
    "artist": "Glass Candy",
    "artist_ids": [
        "ca94595e-955a-495c-8ba1-25eebd9609a9"
    ],
    "album": "B/E/A/T/B/O/X",
    "release_id": "b8ff7e90-d78e-4cba-b885-d7557089114d",
    "release_group_id": "f9185edd-d564-3dfd-b004-85a9afa03ea9",
    "labels": [
        "Italians Do It Better"
    ],
    "label_ids": [
        "d25f2b85-00e1-47eb-8f71-932a0809b1b9"
    ],
    "release_date": "2007-12-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Kraftwerk cover.\nhttps://italiansdoitbetter.com/glass-candy-store/\n\nThanks everybody and stick around for Audioasis and Vinelands! Have a great Valentine's Day :)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}