Information about plays

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

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

{
    "id": 3522697,
    "uri": "https://api.kexp.org/v2/plays/3522697/?format=api",
    "airdate": "2025-07-04T19:50:41-07:00",
    "show": 63920,
    "show_uri": "https://api.kexp.org/v2/shows/63920/?format=api",
    "image_uri": "https://coverartarchive.org/release/d49c931c-0218-4892-9e63-2436f5223221/34376581666-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d49c931c-0218-4892-9e63-2436f5223221/34376581666-250.jpg",
    "song": "Exodus",
    "track_id": null,
    "recording_id": "b987e7b9-95bd-4499-bef4-094bc5896394",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Legend: The Best of Bob Marley and The Wailers",
    "release_id": null,
    "release_group_id": "1a4c52cd-483a-347c-93f9-4d512767c7ba",
    "labels": [],
    "label_ids": [],
    "release_date": "1984-05-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bob Marley's \"Exodus\" is both the title of a Bob Marley & The Wailers album and the title of its most famous track. The album was recorded in London in 1977, following an assassination attempt on Marley in Jamaica. The \"Exodus\" album is considered a masterpiece, blending roots reggae, funk, and other genres, and is known for its themes of liberation, spirituality, and hope.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}