Information about plays

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

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

{
    "id": 3549772,
    "uri": "https://api.kexp.org/v2/plays/3549772/?format=api",
    "airdate": "2025-09-06T21:41:53-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "https://coverartarchive.org/release/25823a24-6818-4310-935b-a5eb78716c78/35547052684-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/25823a24-6818-4310-935b-a5eb78716c78/35547052684-250.jpg",
    "song": "How to Make Gravox",
    "track_id": null,
    "recording_id": "576052c3-c03c-4129-910d-5238415c3d08",
    "artist": "Frenzal Rhomb",
    "artist_ids": [
        "e9461e3f-2d60-4d3f-9514-096536441a18"
    ],
    "album": "The Cup of Pestilence",
    "release_id": null,
    "release_group_id": "ce81615e-210c-4789-8916-48f9e2670044",
    "labels": [
        "Fat Wreck Chords"
    ],
    "label_ids": [
        "f8dfdee7-b4db-4ee9-9439-f4559f967169"
    ],
    "release_date": "2023-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Sydney Australia in 1992.\n\nhttps://frenzalrhomb.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}