Information about plays

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

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

{
    "id": 3589898,
    "uri": "https://api.kexp.org/v2/plays/3589898/?format=api",
    "airdate": "2025-12-11T21:48:40-08:00",
    "show": 65350,
    "show_uri": "https://api.kexp.org/v2/shows/65350/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "“Parla Piu Piano” from The Godfather",
    "track_id": null,
    "recording_id": "ff3457f4-0ce4-44fd-befa-d42725d43e8f",
    "artist": "Nino Rota",
    "artist_ids": [
        "d52ac009-4ed5-4d01-97d5-8280bb7dd460"
    ],
    "album": "The Godfather",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2014-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "As performed by Tri Nguyen from the Tacoma Opera!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}