Information about plays

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

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

{
    "id": 3500882,
    "uri": "https://api.kexp.org/v2/plays/3500882/?format=api",
    "airdate": "2025-05-13T14:45:55-07:00",
    "show": 63451,
    "show_uri": "https://api.kexp.org/v2/shows/63451/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sir Duke (The Reflex Revision)",
    "track_id": null,
    "recording_id": "08c33a39-0da6-4b2e-83a8-d3fa2c743b20",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Revision Collection",
    "release_id": null,
    "release_group_id": "37b9f3cd-0ca3-40a6-9a4f-33c7f49883f0",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-05-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Side 1 of Stevie Wonder’s iconic 1976 double LP, “Songs in the Key of Life,” ends with a tribute to Duke Ellington, who passed away in 1974.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}