Information about plays

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

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

{
    "id": 3561723,
    "uri": "https://api.kexp.org/v2/plays/3561723/?format=api",
    "airdate": "2025-10-05T17:45:46-07:00",
    "show": 64755,
    "show_uri": "https://api.kexp.org/v2/shows/64755/?format=api",
    "image_uri": "https://ia800505.us.archive.org/12/items/mbid-3e517042-0af2-45b0-bdbb-aae20ae1bec8/mbid-3e517042-0af2-45b0-bdbb-aae20ae1bec8-15170398619_thumb500.jpg",
    "thumbnail_uri": "https://ia600505.us.archive.org/12/items/mbid-3e517042-0af2-45b0-bdbb-aae20ae1bec8/mbid-3e517042-0af2-45b0-bdbb-aae20ae1bec8-15170398619_thumb250.jpg",
    "song": "Everyday People",
    "track_id": "a4e07a18-05b1-47d3-b5fd-d7d611642bb4",
    "recording_id": "4fe59a92-33bf-4571-8c8f-16358dc7e8b6",
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "Stand!",
    "release_id": "0425074d-a3e9-4b4c-ba0e-de34f15384a9",
    "release_group_id": "86871123-60e4-30a5-aae3-36e810e0964b",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1969-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#635 on KEXP Listener's Favorite Albums of All-time Countdown\n\nWelcome to KEXP's Fall Fundraising Drive!!!\n\nWritten and produced by lead singer and multi-instrumentalist Sly Stone, Stand! is considered an artistic high-point of the band's career. Released by Epic Records, just before the group's celebrated performance at the Woodstock festival, it became the band's most commercially successful album to date.https://tinyurl.com/38cpeybx",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}