Information about plays

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

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

{
    "id": 3580989,
    "uri": "https://api.kexp.org/v2/plays/3580989/?format=api",
    "airdate": "2025-11-21T09:30:31-08:00",
    "show": 65168,
    "show_uri": "https://api.kexp.org/v2/shows/65168/?format=api",
    "image_uri": "https://dn710703.ca.archive.org/0/items/mbid-40e3a91e-659e-40a2-bffc-7492b7ac6dd8/mbid-40e3a91e-659e-40a2-bffc-7492b7ac6dd8-15617048576_thumb500.jpg",
    "thumbnail_uri": "https://ia902909.us.archive.org/4/items/mbid-40e3a91e-659e-40a2-bffc-7492b7ac6dd8/mbid-40e3a91e-659e-40a2-bffc-7492b7ac6dd8-15617048576_thumb250.jpg",
    "song": "Freedom 90",
    "track_id": "debca536-9623-4fd7-92f1-484b71865753",
    "recording_id": "e9ccfb0a-a516-4d25-99ff-699856090e56",
    "artist": "George Michael",
    "artist_ids": [
        "ccb8f30e-4d71-40c4-8b1d-846dafe73e2c"
    ],
    "album": "Listen Without Prejudice, Volume 1",
    "release_id": "6a6c1067-83b4-4acb-a848-cc4d9b9ebbb5",
    "release_group_id": "a0467615-94c3-3268-a425-9285273adb24",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dan in Brooklyn asked for a George Michael banger..\n---\nWith \"Freedom 90\" and its music video featuring the era's top models, George Michael  brought the worlds of fashion and music together.  Rad all about it: https://www.biography.com/musicians/george-michael-freedom-90-song-music-video",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}