Information about plays

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

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

{
    "id": 3541562,
    "uri": "https://api.kexp.org/v2/plays/3541562/?format=api",
    "airdate": "2025-08-18T10:13:37-07:00",
    "show": 64324,
    "show_uri": "https://api.kexp.org/v2/shows/64324/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anyone but Me",
    "track_id": "fe5427cb-e8ec-4533-bafa-fa5e6fda9531",
    "recording_id": "944462e7-3ee7-4689-a98e-5f12edd01710",
    "artist": "The Green Pajamas",
    "artist_ids": [
        "6af46977-4c37-4c32-b435-a7233f05dacc"
    ],
    "album": "To the End of the Sea",
    "release_id": "071b85c7-6129-4028-a461-48fff1de36a1",
    "release_group_id": "8668a698-3548-4bb9-904a-f65100946028",
    "labels": [
        "Green Monkey Records"
    ],
    "label_ids": [
        "0575bb8e-7938-4128-b26c-779c3012fe33"
    ],
    "release_date": "2016-09-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Green Pajamas formed in the spring of 1984 when Jeff Kelly and Joe Ross recorded and released their first album, Summer Of Lust, pioneering Seattle’s answer to the Los Angeles Paisley Underground scene. The band rose to college radio fame in the mid 1980s with the 7″ record “Kim The Waitress,” and, over the last 30 years, has released numerous albums on many labels.  read more about them at the Green Monkey Records website: https://greenmonkeyrecords.com/artist-the-green-pajamas/.\n\nhttps://thegreenpajamas1.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}