Information about plays

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

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

{
    "id": 3639893,
    "uri": "https://api.kexp.org/v2/plays/3639893/?format=api",
    "airdate": "2026-04-09T13:29:05-07:00",
    "show": 66408,
    "show_uri": "https://api.kexp.org/v2/shows/66408/?format=api",
    "image_uri": "https://coverartarchive.org/release/6595e9df-036b-4b4c-801b-d4c0e1d077d3/39869070004-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6595e9df-036b-4b4c-801b-d4c0e1d077d3/39869070004-250.jpg",
    "song": "Hog Leg",
    "track_id": null,
    "recording_id": "899a4c7b-7616-4620-a590-9139aed1124b",
    "artist": "Melvins",
    "artist_ids": [
        "9ccfbc94-a4f4-42f7-b6f5-d903ab77cccb"
    ],
    "album": "Eggnog",
    "release_id": null,
    "release_group_id": "2279cfd2-436c-3196-af0b-54a9cba3b133",
    "labels": [
        "Boner Records"
    ],
    "label_ids": [
        "0e49a711-315b-4f9d-98ea-421c0ad0a903"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beck sampled the hook from this song for 1994's \"Beercan.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}