Information about plays

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

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

{
    "id": 3558590,
    "uri": "https://api.kexp.org/v2/plays/3558590/?format=api",
    "airdate": "2025-09-27T23:20:17-07:00",
    "show": 64686,
    "show_uri": "https://api.kexp.org/v2/shows/64686/?format=api",
    "image_uri": "https://coverartarchive.org/release/fcf79502-6a83-4e3b-adda-8c8417c3b577/41625331828-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fcf79502-6a83-4e3b-adda-8c8417c3b577/41625331828-250.jpg",
    "song": "Golden Moment",
    "track_id": null,
    "recording_id": "8dc4fc42-f56d-45a2-89a5-f18f38475b1b",
    "artist": "Smoking Popes",
    "artist_ids": [
        "ecb5dec2-d9dd-428a-884d-74c9dd7c113a"
    ],
    "album": "Lovely Stuff",
    "release_id": null,
    "release_group_id": "96a5cb8a-a9b4-4dab-8a99-d11f66be291f",
    "labels": [
        "Anxious and Angry"
    ],
    "label_ids": [
        "aae8cb01-58fc-4551-b1a3-5fe34c061739"
    ],
    "release_date": "2025-04-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band's new album Lovely Stuff is their first since 2018's Into The Agony and will be released in April 2025.  This new self-produced album was recorded at Bombsight Studio, Bloomington IL and Million Yen Studio, Chicago IL with David Rossi and Andy Gerber engineering.\n\nhttps://www.smokingpopesmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}