Information about plays

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

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

{
    "id": 3522545,
    "uri": "https://api.kexp.org/v2/plays/3522545/?format=api",
    "airdate": "2025-07-04T12:45:35-07:00",
    "show": 63916,
    "show_uri": "https://api.kexp.org/v2/shows/63916/?format=api",
    "image_uri": "https://ia600509.us.archive.org/24/items/mbid-01de2413-fbfe-4bb5-8d7f-cdd038b5398a/mbid-01de2413-fbfe-4bb5-8d7f-cdd038b5398a-15170874589_thumb500.jpg",
    "thumbnail_uri": "https://ia800509.us.archive.org/24/items/mbid-01de2413-fbfe-4bb5-8d7f-cdd038b5398a/mbid-01de2413-fbfe-4bb5-8d7f-cdd038b5398a-15170874589_thumb250.jpg",
    "song": "If You Want Me to Stay",
    "track_id": "35566272-ee39-3226-a690-abf290f13f78",
    "recording_id": "994f9e81-f29a-4503-88fd-00c2f7555059",
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "Fresh",
    "release_id": "eb702f36-9159-4de6-a59a-c97381c29f19",
    "release_group_id": "c026bf5e-ea8e-31b2-b372-4f76a1403acd",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track is the biggest hit from Sly & the Family Stone's sixth album, 1973's 'Fresh'. The lyrics had their origins in an apology Stone wrote to his future wife, Kathleen Silva, after a fight. https://slystonemusic.com/\n\nSly Stone passed away last month at age 82. RIP. \nhttps://tinyurl.com/5fescv34",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}