Information about plays

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

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

{
    "id": 3598478,
    "uri": "https://api.kexp.org/v2/plays/3598478/?format=api",
    "airdate": "2025-12-31T14:45:14-08:00",
    "show": 65525,
    "show_uri": "https://api.kexp.org/v2/shows/65525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Float On (Dan the Automator remix)",
    "track_id": null,
    "recording_id": "bc1c890b-0961-4add-86a1-4414b1d57db8",
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "Good News for People Who Love Bad News",
    "release_id": null,
    "release_group_id": "65b47520-2e58-3bc2-a755-34ff35f23ad5",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2004-04-05",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This remix is from producer Daniel M. Nakamura, Dan the Automator. It was one of eight remixes that were included in an expanded version of Modest Mouse's seminal fourth album, \"Good News for People Who Love Bad News.\"  It celebrated its 20th anniversary in 2024.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}