Information about plays

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

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

{
    "id": 3500936,
    "uri": "https://api.kexp.org/v2/plays/3500936/?format=api",
    "airdate": "2025-05-13T18:02:17-07:00",
    "show": 63452,
    "show_uri": "https://api.kexp.org/v2/shows/63452/?format=api",
    "image_uri": "https://ia804600.us.archive.org/13/items/mbid-9261327e-fdd9-4aa5-84ae-2e4c7cdf47d5/mbid-9261327e-fdd9-4aa5-84ae-2e4c7cdf47d5-13004261432_thumb500.jpg",
    "thumbnail_uri": "https://ia804600.us.archive.org/13/items/mbid-9261327e-fdd9-4aa5-84ae-2e4c7cdf47d5/mbid-9261327e-fdd9-4aa5-84ae-2e4c7cdf47d5-13004261432_thumb250.jpg",
    "song": "I Feel Love",
    "track_id": "000cf691-29c1-49b4-8b8d-98e94c8ddd4a",
    "recording_id": "232b8e6e-0aa5-4310-8df3-583047af3126",
    "artist": "Donna Summer",
    "artist_ids": [
        "b60527cc-54f3-4bbe-a01b-dcf34c95ae14"
    ],
    "album": "I Feel Love",
    "release_id": "9261327e-fdd9-4aa5-84ae-2e4c7cdf47d5",
    "release_group_id": "d5e3b639-dd70-3ad6-847a-2566c96b31af",
    "labels": [
        "Groovy"
    ],
    "label_ids": [
        "bd7e3fa9-e4af-4608-b1ae-3788efee19e1"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the album 'I Remember Yesterday' released on this day in 1977, “I Feel Love” was a global smash, reaching No. 1 in several countries (including the UK, where its reign at the top lasted a full month) and rising to No. 6 in America. But its impact reached far beyond the disco scene in which singer Donna Summer and her producers Giorgio Moroder and Pete Bellotte were already well established. Post-punk and new wave groups admired and appropriated its innovative sound, the maniacal precision of its grid-like groove of sequenced synth-pulses. \n\nhttps://pitchfork.com/features/article/song-from-the-future-the-story-of-donna-summer-and-giorgio-moroders-i-feel-love/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}