Information about plays

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

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

{
    "id": 3582402,
    "uri": "https://api.kexp.org/v2/plays/3582402/?format=api",
    "airdate": "2025-11-24T14:53:04-08:00",
    "show": 65200,
    "show_uri": "https://api.kexp.org/v2/shows/65200/?format=api",
    "image_uri": "https://ia800703.us.archive.org/0/items/mbid-e31147c4-0ee5-35a8-94bc-a26054f56208/mbid-e31147c4-0ee5-35a8-94bc-a26054f56208-8992964926_thumb500.jpg",
    "thumbnail_uri": "https://ia800703.us.archive.org/0/items/mbid-e31147c4-0ee5-35a8-94bc-a26054f56208/mbid-e31147c4-0ee5-35a8-94bc-a26054f56208-8992964926_thumb250.jpg",
    "song": "Spring Affair",
    "track_id": "35c1bd6f-d6ff-31d5-af8d-a358715e45c5",
    "recording_id": "50169905-4367-4908-9cc5-029f8d140091",
    "artist": "Donna Summer",
    "artist_ids": [
        "b60527cc-54f3-4bbe-a01b-dcf34c95ae14"
    ],
    "album": "Four Seasons of Love",
    "release_id": "9ab9f3c3-681d-4964-a782-07e2da561ba1",
    "release_group_id": "bc3ab434-92d2-32da-b462-04817dfc2e01",
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1976-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Smash disco hits from 1976 -- https://kexp.org/50\n\nDonna Summer's fourth album and third concept album, telling the story of a love affair through the lens of the four seasons\n\nFrench DJ and producer sampled this for his 1996 \"Super Discount\" album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}