Information about plays

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

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

{
    "id": 3581574,
    "uri": "https://api.kexp.org/v2/plays/3581574/?format=api",
    "airdate": "2025-11-22T19:28:59-08:00",
    "show": 65183,
    "show_uri": "https://api.kexp.org/v2/shows/65183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Space Legs",
    "track_id": "fea71582-7539-455b-b48b-07baf5157138",
    "recording_id": "96466842-de63-49b7-82b1-a92de787a6c4",
    "artist": "Dust Moth",
    "artist_ids": [
        "d3aac24e-b964-45f6-b24b-51bc88d960d7"
    ],
    "album": "Scale",
    "release_id": "acb3d2de-97b0-4bac-9fe4-aa862bb30d27",
    "release_group_id": "a46e9039-5a4b-4ca5-8173-216d32e3dabd",
    "labels": [
        "The Mylene Sheath"
    ],
    "label_ids": [
        "76eb7abb-9a74-4197-92ce-323324d82cb7"
    ],
    "release_date": "2016-07-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A request for Jost! Thanks Jost!\n\nDust Moth is an American shoegaze/alternative rock band from Seattle, Washington, formed by members of the bands Undertow, These Arms Are Snakes, and Minus the Bear.\n\nhttps://dustmothband.bandcamp.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}