Information about plays

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

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

{
    "id": 3554127,
    "uri": "https://api.kexp.org/v2/plays/3554127/?format=api",
    "airdate": "2025-09-17T09:41:20-07:00",
    "show": 64585,
    "show_uri": "https://api.kexp.org/v2/shows/64585/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Girls Are Mine",
    "track_id": "657a55d8-8287-3ce3-8ec0-4758e325f4ba",
    "recording_id": "6e05d562-b7f0-4746-b0b8-3b5afbeec620",
    "artist": "Smashing Orange",
    "artist_ids": [
        "5f68b999-8e86-49d4-bdf9-4ce497599721"
    ],
    "album": "The Glass Bead Game",
    "release_id": "c847799f-72cd-4cdb-b7cf-08a566c55321",
    "release_group_id": "9eb7a806-19c2-356e-8ead-5c8189b36462",
    "labels": [
        "American Native Records"
    ],
    "label_ids": [
        "3ac49cb4-321a-4d7b-b1f4-3ab9f8a57213"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Requested by Kristi.\n---\n\"...the original Smashing Orange lineup gained international cachet and critical attention thanks to a glorious reception from the London scene centered around bands such as Ride, Lush, and My Bloody Valentine, and trendsetting publications like NME and Melody Maker.\" https://elephantstonerecords.com/bands/smashing-orange/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}