Information about plays

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

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

{
    "id": 3598857,
    "uri": "https://api.kexp.org/v2/plays/3598857/?format=api",
    "airdate": "2026-01-01T14:43:40-08:00",
    "show": 65533,
    "show_uri": "https://api.kexp.org/v2/shows/65533/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Perfect Day",
    "track_id": "89b9d450-9d9f-3048-9859-3d53fb3e9273",
    "recording_id": "56856396-51ec-4e14-903a-3ef478bac052",
    "artist": "Lou Reed",
    "artist_ids": [
        "9d1ebcfe-4c15-4d18-95d3-d919898638a1"
    ],
    "album": "Transformer",
    "release_id": "24023422-67a1-3738-a75a-dc34f66b88d4",
    "release_group_id": "6c8345df-f822-33af-b64a-eff2e46941b9",
    "labels": [
        "BMG JAPAN"
    ],
    "label_ids": [
        "3dd26d3b-7b24-4b84-a957-b43cffb0f1b6"
    ],
    "release_date": "2006-08-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song, produced by David Bowie, was the B-side to \"Walk on the Wild Side.\" : https://www.goldradio.com/features/song-facts/lou-reed-perfect-day/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}