Information about plays

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

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

{
    "id": 3550175,
    "uri": "https://api.kexp.org/v2/plays/3550175/?format=api",
    "airdate": "2025-09-07T20:41:12-07:00",
    "show": 64502,
    "show_uri": "https://api.kexp.org/v2/shows/64502/?format=api",
    "image_uri": "https://coverartarchive.org/release/92cfeb30-d287-4543-92b4-32270b7f274d/33325270295-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/92cfeb30-d287-4543-92b4-32270b7f274d/33325270295-250.jpg",
    "song": "Sidra's Dream",
    "track_id": null,
    "recording_id": "ce5fd848-afd2-4e33-8c82-675e13a27928",
    "artist": "Dave Valentin",
    "artist_ids": [
        "1dcb045b-12f1-4105-97f0-61fcb1b152c5"
    ],
    "album": "Land of the Third Eye",
    "release_id": null,
    "release_group_id": "77e81324-b54b-426a-bc22-3720aa340a0d",
    "labels": [
        "Arista Records"
    ],
    "label_ids": [
        "5de5e584-0f4b-4190-a860-57468fd129f6"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jazz flautist Dave Valentin released \"Sidra's Dream\" on the 1980 album Land of the Third Eye, with Arista Records, his third studio album. \n\nOn March 8, 2017, Valentin died from complications of a stroke and Parkinson's disease in the Bronx at the age of 64. His lifelong \"special friend\" Irene, for whom he learned to play the flute, was at his side when he passed.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}