Information about plays

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

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

{
    "id": 3558676,
    "uri": "https://api.kexp.org/v2/plays/3558676/?format=api",
    "airdate": "2025-09-28T04:42:07-07:00",
    "show": 64688,
    "show_uri": "https://api.kexp.org/v2/shows/64688/?format=api",
    "image_uri": "https://dn721603.ca.archive.org/0/items/mbid-9b51a6b5-7f55-4dc7-8e10-a69410c7b306/mbid-9b51a6b5-7f55-4dc7-8e10-a69410c7b306-30515058936_thumb500.jpg",
    "thumbnail_uri": "https://dn721603.ca.archive.org/0/items/mbid-9b51a6b5-7f55-4dc7-8e10-a69410c7b306/mbid-9b51a6b5-7f55-4dc7-8e10-a69410c7b306-30515058936_thumb250.jpg",
    "song": "Sir Duke",
    "track_id": "6e3c7809-fa2e-47fc-a265-942826075ce0",
    "recording_id": "05b6bdda-3219-4756-af17-d0d9cdcdb104",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Songs in the Key of Life",
    "release_id": "9b51a6b5-7f55-4dc7-8e10-a69410c7b306",
    "release_group_id": "ea88b09b-fd34-33cf-a3e5-25a3a2fb4c6f",
    "labels": [
        "Tamla"
    ],
    "label_ids": [
        "7f87e14e-eb85-4a7e-957a-77465f869cb5"
    ],
    "release_date": "1976-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1976!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}