Information about plays

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

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

{
    "id": 3569866,
    "uri": "https://api.kexp.org/v2/plays/3569866/?format=api",
    "airdate": "2025-10-25T18:28:12-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "https://ia800203.us.archive.org/7/items/mbid-904e402c-b0ac-395c-99d7-10dd7556d34f/mbid-904e402c-b0ac-395c-99d7-10dd7556d34f-9748443760_thumb500.jpg",
    "thumbnail_uri": "https://ia800203.us.archive.org/7/items/mbid-904e402c-b0ac-395c-99d7-10dd7556d34f/mbid-904e402c-b0ac-395c-99d7-10dd7556d34f-9748443760_thumb250.jpg",
    "song": "Shake Appeal",
    "track_id": "9dfb6164-56f8-3f79-b86f-af656726446b",
    "recording_id": "7a7b9632-1390-4f91-a7b7-0bdf79d28077",
    "artist": "7 Year Bitch",
    "artist_ids": [
        "91d06612-5c1e-4278-b40b-b6ce22dc9bb4"
    ],
    "album": "We Will Fall: The Iggy Pop Tribute",
    "release_id": "904e402c-b0ac-395c-99d7-10dd7556d34f",
    "release_group_id": "580de6a8-7357-398b-8f13-f3f36b3c5cbd",
    "labels": [
        "Royalty Records"
    ],
    "label_ids": [
        "e72f47db-03e0-4b64-ab54-fe8e08314a9b"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It's classic Seattle punk band 7 Year bitch covering Iggy Pop's \"Shake Appeal\"!\n\nIt's off a 1997 tribute album to the foundational punk artist featuring Joey Ramone, Red Hot Chili Peppers, and more!\n\nhttps://www.youtube.com/playlist?list=PLfDdnqJzu91-DR2O7UFgUxK7GUl9NVMm-",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}