Information about plays

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

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

{
    "id": 3632142,
    "uri": "https://api.kexp.org/v2/plays/3632142/?format=api",
    "airdate": "2026-03-21T22:15:27-07:00",
    "show": 66246,
    "show_uri": "https://api.kexp.org/v2/shows/66246/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spiderman",
    "track_id": null,
    "recording_id": "906d8583-0c4f-4aa4-a145-4d0b63df9d89",
    "artist": "Grinder",
    "artist_ids": [
        "2d2c67af-357b-405a-80a6-12c96821ae0d"
    ],
    "album": "Wickford's So Boring?",
    "release_id": null,
    "release_group_id": "5c44376c-ee78-4412-aafe-7c6a280bd50a",
    "labels": [
        "Wax Records"
    ],
    "label_ids": [
        "50f3dd58-d927-475b-abf1-8343efd8d3cb"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Grinder was renowned for almost every song having a costume for vocalist Terry Luckett to dress up in: Spiderman, a Flasher, and a Schoolboy.\n\nhttps://www.punk77.co.uk/groups/grinder.htm\nhttps://www.riversoarrecords.com/en-us/products/grinder-wickfords-so-boring-7-red-very-good-plus-vg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}