Information about plays

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

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

{
    "id": 3622135,
    "uri": "https://api.kexp.org/v2/plays/3622135/?format=api",
    "airdate": "2026-02-25T14:49:33-08:00",
    "show": 66028,
    "show_uri": "https://api.kexp.org/v2/shows/66028/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "City Moon",
    "track_id": "72120f83-3f0f-3dc0-af59-bc4b5d10c60b",
    "recording_id": "50331f41-1c6b-4011-930e-2ec135ab8c0c",
    "artist": "Love Spirals Downwards",
    "artist_ids": [
        "34b69232-264f-419d-ad62-47d362e2c308"
    ],
    "album": "Flux",
    "release_id": "3dbf556a-b3b2-48a7-867d-71d8346c1ed7",
    "release_group_id": "7fcb03b3-dd58-30e2-8dae-0a00edda9786",
    "labels": [
        "Projekt"
    ],
    "label_ids": [
        "bf75ee31-20c9-461c-9ed1-49334fad5135"
    ],
    "release_date": "1998-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Love Spirals Downward was a collaboration between multi-instrumentalist, composer, and producer Ryan Lum and vocalist Suzanne Perry.\n--\n1998's \"Flux\" was their groundbreaking fourth album. It was re-released in 2023 and you can purchase it here: https://lovespiralsdownwards.bandcamp.com/album/flux-deluxe-edition",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}