Information about plays

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

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

{
    "id": 3550314,
    "uri": "https://api.kexp.org/v2/plays/3550314/?format=api",
    "airdate": "2025-09-08T05:26:16-07:00",
    "show": 64507,
    "show_uri": "https://api.kexp.org/v2/shows/64507/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Making Time",
    "track_id": "48f9ce5e-2e85-4af1-9785-7eb16747aa33",
    "recording_id": "e5bf1d46-ace5-4a84-86ba-1add9ff58953",
    "artist": "The Creation",
    "artist_ids": [
        "1d5d9b06-1b0b-4c40-8481-bad62e03b4ab"
    ],
    "album": "How Does It Feel... To Feel",
    "release_id": "f1a1c163-ab0b-4c51-87bb-737d3b707065",
    "release_group_id": "92cb1875-4ee9-4a8e-acbd-65a1e9254146",
    "labels": [
        "Retroactive"
    ],
    "label_ids": [
        "a430b264-9881-42c7-80f2-8e60eb851384"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Making Time\" came out as a single in June 1966, shortly before Bob Dylan’s extraordinary double album, \"Blonde On Blonde\" and The Beatles’ great leap forward, \"Revolver.\" \n\nWritten by Eddie Phillips with the late Creation singer Kenny Pickett, it was produced by Shel Talmy, whose credits include \"My Generation,\" \"Waterloo Sunset,\" and \"Friday On My Mind\" by The Easybeats.\n\nhttps://www.herecomesthesong.com/post/the-creation-making-time-and-the-sound-of-red-with-purple-flashes-phil-shaw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}