Information about plays

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

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

{
    "id": 3598592,
    "uri": "https://api.kexp.org/v2/plays/3598592/?format=api",
    "airdate": "2025-12-31T22:02:02-08:00",
    "show": 65528,
    "show_uri": "https://api.kexp.org/v2/shows/65528/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Too Much",
    "track_id": null,
    "recording_id": "346684f1-5398-4658-9768-d4b31c11a973",
    "artist": "Luther Vandross",
    "artist_ids": [
        "816d9b5d-eaf9-4a97-b5f7-6e82cd01aafe"
    ],
    "album": "Never Too Much",
    "release_id": null,
    "release_group_id": "821de31d-1ec5-4537-8e78-99ee11d49691",
    "labels": [],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch him singing \"Never Too Much\" in the recording studio: https://www.youtube.com/watch?v=pNj9bXKGOiI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}