Information about plays

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

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

{
    "id": 3589030,
    "uri": "https://api.kexp.org/v2/plays/3589030/?format=api",
    "airdate": "2025-12-09T18:56:09-08:00",
    "show": 65333,
    "show_uri": "https://api.kexp.org/v2/shows/65333/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fish",
    "track_id": "2f4365c8-0ca7-3d16-bbb6-9512364b7f73",
    "recording_id": "b057483a-678d-4af9-bdc8-c0098b300b4f",
    "artist": "Mr. Scruff",
    "artist_ids": [
        "234bab50-2f04-4d21-8f91-df93ef554855"
    ],
    "album": "Keep It Unreal",
    "release_id": "a5b76e9f-4cb3-3738-8400-61d806bbb7df",
    "release_group_id": "38768857-a2af-30cd-a20a-b426e49708d0",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "1999-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Producer and cartoonist Andrew Carthy began DJing in Manchester in 1992 -- most of his studio albums include motifs about fish, whales, and other sea life -- this track includes samples from Davi.\n\nget the t-shirt that will teach you how to be a disc jockey: https://www.mrscruff.com/shop",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}