Information about plays

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

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

{
    "id": 3413390,
    "uri": "https://api.kexp.org/v2/plays/3413390/?format=api",
    "airdate": "2024-10-16T11:07:03-07:00",
    "show": 61591,
    "show_uri": "https://api.kexp.org/v2/shows/61591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": "This album was released on this day in 1976, it spent 14 weeks on the Billboard charts!\nThe alto saxophone is played by Hank Redd, and the tenor sax is played by Trevor Lawrence. -- \"And with a voice like Ella's ringin' out There's no way the band can lose...\" : https://www.songfacts.com/lyrics/stevie-wonder/sir-duke",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}