Information about plays

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

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

{
    "id": 3560593,
    "uri": "https://api.kexp.org/v2/plays/3560593/?format=api",
    "airdate": "2025-10-02T20:56:31-07:00",
    "show": 64728,
    "show_uri": "https://api.kexp.org/v2/shows/64728/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roadrunner",
    "track_id": null,
    "recording_id": "cc913c24-a978-4a05-a7c5-aae40fc15ba8",
    "artist": "Hafner",
    "artist_ids": [
        "dfe7fe0e-aa5f-415c-bfba-4341a1d254ac"
    ],
    "album": "Long In The Tooth",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "CAR Records"
    ],
    "label_ids": [
        "77987c6d-2a68-4864-ba0a-550c94f84129"
    ],
    "release_date": "2019-04-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "These dudes love Fugazi, The Jesus Lizard, and baseball—they’re named after a MLB player, Travis Hafner—and that is a perfect combination. Although not everyone is Filipino, this long-running San Francisco band has embraced that identity, putting out stuff on Aklasan, playing the festival, and even including a picture of a barong, a traditional dress shirt from the Philippines, on their 2019 album Long in the Tooth.\n\nhttps://hafner.bandcamp.com/album/long-in-the-tooth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}