Information about plays

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

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

{
    "id": 3630881,
    "uri": "https://api.kexp.org/v2/plays/3630881/?format=api",
    "airdate": "2026-03-19T03:51:15-07:00",
    "show": 66219,
    "show_uri": "https://api.kexp.org/v2/shows/66219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "About a Girl",
    "track_id": null,
    "recording_id": "b2e623ea-378b-4479-bb75-fa202aacbfc9",
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "Bleach",
    "release_id": null,
    "release_group_id": "f1afec0b-26dd-3db5-9aa1-c91229a74a24",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1989-06-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Bleach was released in June of ‘89 and remains unequivocally/unsurprisingly Sub Pop’s very favorite Nirvana full-length. The album initially sold 40,000 copies, but was brought into the international spotlight following the release and worldwide success of their 1991 sophomore effort, Nevermind. Subsequently Bleach went on to sell 1.7 million copies in the US alone, according to Nielsen SoundScan.\nhttps://www.subpop.com/releases/nirvana/bleach_deluxe_edition",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}