Information about plays

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

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

{
    "id": 3544584,
    "uri": "https://api.kexp.org/v2/plays/3544584/?format=api",
    "airdate": "2025-08-25T09:37:25-07:00",
    "show": 64384,
    "show_uri": "https://api.kexp.org/v2/shows/64384/?format=api",
    "image_uri": "https://ia800104.us.archive.org/30/items/mbid-1f483ee3-fc45-46bb-a6d2-d4ca25bf4ae0/mbid-1f483ee3-fc45-46bb-a6d2-d4ca25bf4ae0-14755359432_thumb500.jpg",
    "thumbnail_uri": "https://ia800104.us.archive.org/30/items/mbid-1f483ee3-fc45-46bb-a6d2-d4ca25bf4ae0/mbid-1f483ee3-fc45-46bb-a6d2-d4ca25bf4ae0-14755359432_thumb250.jpg",
    "song": "Arrow Through Me",
    "track_id": "121c672a-beeb-4d60-8684-dc82eff27d0e",
    "recording_id": "cb0af6b7-420a-4356-8ab0-96800148df41",
    "artist": "Wings",
    "artist_ids": [
        "d922d727-240a-4432-9a88-05a7cf9bc403"
    ],
    "album": "Back to the Egg",
    "release_id": "6123b88a-a97b-423b-b419-83ff0856ff61",
    "release_group_id": "f66e00fa-272c-3ca0-8fc3-f184482e6c69",
    "labels": [
        "EMI Records Australia"
    ],
    "label_ids": [
        "75916e1c-8a10-4b07-b39a-93aef8994f73"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Back to the Egg,\" which came out in 1979 was Wings' seventh and final studio album.  McCartney was busted in Japan for drugs in 1980 and John Lennon was killed that year.  The Wings project never really recovered.  Read an account of this last album.: https://ultimateclassicrock.com/wings-back-to-the-egg/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}