Information about plays

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

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

{
    "id": 3568176,
    "uri": "https://api.kexp.org/v2/plays/3568176/?format=api",
    "airdate": "2025-10-21T18:30:57-07:00",
    "show": 64897,
    "show_uri": "https://api.kexp.org/v2/shows/64897/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heavyweight",
    "track_id": null,
    "recording_id": null,
    "artist": "makrohang",
    "artist_ids": [
        "70aca869-6c74-423c-9716-73043b4fd4e4"
    ],
    "album": "makrohang",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "makrohang is out of Budapest, and self-describes as \"Jazz for metalheads\"\nhttps://makrohang.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}