Information about plays

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

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

{
    "id": 3586218,
    "uri": "https://api.kexp.org/v2/plays/3586218/?format=api",
    "airdate": "2025-12-03T08:29:15-08:00",
    "show": 65277,
    "show_uri": "https://api.kexp.org/v2/shows/65277/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moonshadow",
    "track_id": "b2729a65-c2df-4dbb-a426-57d6fe89de57",
    "recording_id": "2da8de9e-e7ef-4c1c-bfa7-f2beb5ea5fce",
    "artist": "Cat Stevens",
    "artist_ids": [
        "e2345fdf-2be7-47c5-a6dd-be64353ad134"
    ],
    "album": "Teaser and the Firecat",
    "release_id": "8b4048bd-7c20-45a3-9799-7e52511c0d3c",
    "release_group_id": "412367b1-736e-3cce-8e86-6f8bc067be98",
    "labels": [
        "Festival Records"
    ],
    "label_ids": [
        "85df3f99-9072-44d5-a53a-0f1b41f5b57b"
    ],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cat Stevens, also known as Yusuf, talked about writing this song on the Chris Isaak Hour. \"I was on a holiday in Spain,\" he said. \"I was a kid from the West End (of London) - bright lights, ect. - I never got to see the moon on its own in the dark, there were always streetlamps. So there I was on the edge of the water on a beautiful night with the moon glowing, and suddenly I looked down and saw my shadow. I thought that was so cool, I'd never seen it before.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}