Information about plays

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

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

{
    "id": 3562312,
    "uri": "https://api.kexp.org/v2/plays/3562312/?format=api",
    "airdate": "2025-10-07T09:50:54-07:00",
    "show": 64770,
    "show_uri": "https://api.kexp.org/v2/shows/64770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Something I Learned Today",
    "track_id": "d32b5b15-ad27-4bc3-abc8-e50b11e8babc",
    "recording_id": "cb834bf4-cd61-417f-9a97-647ffe66eed3",
    "artist": "Hüsker Dü",
    "artist_ids": [
        "5c4c90a4-539f-4101-83cf-301bc6a94e06"
    ],
    "album": "Zen Arcade",
    "release_id": "8a832adc-84a3-4d50-b43b-627a453f263f",
    "release_group_id": "ce6f4b2d-a51a-35ac-992f-3657e7c531d5",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1987-12-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#462 on YOUR countdown of the greatest albums of all time!!!\n\nThere is no Husker Don't. Only Husker...DUnate?\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}