Information about plays

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

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

{
    "id": 3617435,
    "uri": "https://api.kexp.org/v2/plays/3617435/?format=api",
    "airdate": "2026-02-14T16:06:01-08:00",
    "show": 65933,
    "show_uri": "https://api.kexp.org/v2/shows/65933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heart in Your Heartbreak",
    "track_id": "6217ee37-0c9c-344f-8638-8b6cdb7befa1",
    "recording_id": "c8ba0101-6a1f-4f2e-ac37-be3ef3016a21",
    "artist": "The Pains of Being Pure at Heart",
    "artist_ids": [
        "46f4e349-ddec-4131-9367-91b630a821d0"
    ],
    "album": "Belong",
    "release_id": "2fddcb32-0ae2-389e-a8f4-57be3d2c8551",
    "release_group_id": "f091149c-0ef6-4772-bec9-7e32d7fae170",
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [
        "5bf0ffc7-898d-43f0-a072-b072506fe617"
    ],
    "release_date": "2011-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Pains of Being Pure at Heart were an American indie pop band from New York City, formed in 2007.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}