Information about plays

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

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

{
    "id": 3620608,
    "uri": "https://api.kexp.org/v2/plays/3620608/?format=api",
    "airdate": "2026-02-22T00:27:24-08:00",
    "show": 65998,
    "show_uri": "https://api.kexp.org/v2/shows/65998/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Uncompromising Satanic Annihilation",
    "track_id": null,
    "recording_id": null,
    "artist": "Skelm",
    "artist_ids": [
        "e5c2f315-3df1-468d-8828-e4a00d3b5b3b"
    ],
    "album": "Belt Fed Assault",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Iron Fortress Records"
    ],
    "label_ids": [
        "5bfd3f6e-9ac7-46c3-b8b0-48279acf5b42"
    ],
    "release_date": "2025-06-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "2nd EP from this death metal band out of Everett, WA.\n\nhttps://ironfortressrecords.bandcamp.com/album/belt-fed-assault",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}