Information about plays

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

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

{
    "id": 3551366,
    "uri": "https://api.kexp.org/v2/plays/3551366/?format=api",
    "airdate": "2025-09-10T16:45:13-07:00",
    "show": 64527,
    "show_uri": "https://api.kexp.org/v2/shows/64527/?format=api",
    "image_uri": "https://ia600409.us.archive.org/24/items/mbid-0c9d7425-fbba-4fa0-abbe-9c69e9991538/mbid-0c9d7425-fbba-4fa0-abbe-9c69e9991538-39216158788_thumb500.jpg",
    "thumbnail_uri": "https://dn721603.ca.archive.org/0/items/mbid-0c9d7425-fbba-4fa0-abbe-9c69e9991538/mbid-0c9d7425-fbba-4fa0-abbe-9c69e9991538-39216158788_thumb250.jpg",
    "song": "Blue Dada",
    "track_id": "ee7ab86b-d86a-4f43-95e3-854e5945d21c",
    "recording_id": "46940e14-1c33-4535-9d67-dd156691ca2d",
    "artist": "Dummy",
    "artist_ids": [
        "20485631-5c2a-4cec-918a-1c7df650c072"
    ],
    "album": "Free Energy",
    "release_id": "0c9d7425-fbba-4fa0-abbe-9c69e9991538",
    "release_group_id": "0c98f0af-e61d-4170-b84f-053965db8473",
    "labels": [
        "Trouble in Mind"
    ],
    "label_ids": [
        "8c5c6efd-f29d-4bf0-9b42-d5df674c4c97"
    ],
    "release_date": "2024-09-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dummy is a rock band from Los Angeles comprised of Alex Ewell, Emma Maatman, Nathan O’Dell, and Joe Trainor. They are on tour in the Midwest and East Coast USA with rad bands Soccer Mommy and Hurray for the Riff Raff!\nhttps://notdummy.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}