Information about plays

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

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

{
    "id": 3594835,
    "uri": "https://api.kexp.org/v2/plays/3594835/?format=api",
    "airdate": "2025-12-23T09:27:34-08:00",
    "show": 65455,
    "show_uri": "https://api.kexp.org/v2/shows/65455/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Atom Bomb",
    "track_id": "3f36d17a-5470-4894-9ab1-765b1598220e",
    "recording_id": "cb5943a9-a939-4126-99a4-ebf39daceb1a",
    "artist": "Skyway Man",
    "artist_ids": [
        "f17831e0-d339-47de-914b-5e9110e8e291"
    ],
    "album": "The World Only Ends When You Die",
    "release_id": "7c20cc5b-7825-48f0-8865-79976336e265",
    "release_group_id": "237539d9-f3e8-425b-bb5c-2080e36b43fb",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Skyway Man started as a project for James Wallace when he discovered a series of letters discussing UFO religious mythology and was able to track down the author to learn more.\nhttps://www.skywayman.com/about\n---\nCheck out this live version of \"Atom Bomb\" by Skyway Man here, enjoy:\nhttps://www.youtube.com/watch?v=H40BXFLl6Yc\n---\nhttps://skywayman.bandcamp.com/album/the-world-only-ends-when-you-die",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}