Information about plays

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

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

{
    "id": 3602209,
    "uri": "https://api.kexp.org/v2/plays/3602209/?format=api",
    "airdate": "2026-01-09T11:04:30-08:00",
    "show": 65603,
    "show_uri": "https://api.kexp.org/v2/shows/65603/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Big Dipper",
    "track_id": "3abac3d5-4399-3fee-8bef-656eb946bd91",
    "recording_id": "64b4188e-3233-4437-a089-aa14c25d4f96",
    "artist": "Cracker",
    "artist_ids": [
        "ca48bfb8-37c5-4a04-9837-a07975ee0cd3"
    ],
    "album": "The Golden Age",
    "release_id": "1d9e08af-ba70-47d9-9694-9de5affdee19",
    "release_group_id": "fbe5d85a-0a94-3855-9335-d1c407fb3e40",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1996-04-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2026 marks the 30th anniversary of The Golden Age album! The band plans to play the album in its entirety during their Cracker fan fest in Athens, GA in March. More info here: https://www.crackersoul.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}