Information about plays

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

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

{
    "id": 3615853,
    "uri": "https://api.kexp.org/v2/plays/3615853/?format=api",
    "airdate": "2026-02-10T18:22:41-08:00",
    "show": 65898,
    "show_uri": "https://api.kexp.org/v2/shows/65898/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Charmed",
    "track_id": "080ee27c-21b3-4245-9a28-d688a6aad9f6",
    "recording_id": "7ab47476-32d2-4bb1-885c-cd52b8db6064",
    "artist": "Σtella",
    "artist_ids": [
        "b0a53552-bddc-4c04-9839-be03f42b4cdf"
    ],
    "album": "Up and Away",
    "release_id": "9f5b500f-e882-44b9-8f81-ede2d32e90c2",
    "release_group_id": "53d68fe3-d8a9-4c66-b28c-6aaf45f6c668",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2022-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Σtella (\"Stella-with-a-sigma\") joined forces with artist and producer Tom Calvert (aka Redinho) for the album \"Up and Away\"\n\nShe describes this song: \"We strive to charm, and to be charmed. Mirroring each other’s desires like birds-of-paradise in a tropical forest, dancing wildly to impress a potential mate. But despite our best efforts, things don’t always go as planned…” https://stellawithasigma.bandcamp.com/album/up-and-away",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}