Information about plays

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

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

{
    "id": 3620970,
    "uri": "https://api.kexp.org/v2/plays/3620970/?format=api",
    "airdate": "2026-02-22T19:36:16-08:00",
    "show": 66004,
    "show_uri": "https://api.kexp.org/v2/shows/66004/?format=api",
    "image_uri": "https://coverartarchive.org/release/b1627e12-20d9-4ae1-ab80-c84c5862c5d9/16424910100-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b1627e12-20d9-4ae1-ab80-c84c5862c5d9/16424910100-250.jpg",
    "song": "Sweet, Sour U",
    "track_id": null,
    "recording_id": "02b3027e-367b-4d95-8aa0-e19582f2ec22",
    "artist": "Bilal",
    "artist_ids": [
        "260097c7-d628-4a3f-966f-956ea430c0d8"
    ],
    "album": "Love for Sale",
    "release_id": null,
    "release_group_id": "163ebe0e-3c82-3976-ba09-8120bd2b90b8",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Love for Sale is the unreleased second album by singer-songwriter Bilal. It was recorded from 2001 to 2003 at Electric Lady Studios in New York during the height of the Soulquarians era, a period in the studio's history marked by the frequent and innovative recording activity of that musical collective, in which Bilal was a member. Written and produced mainly by Bilal, the album was a departure from the producer-driven, hip hop-influenced neo-soul music of 1st Born Second (2001), his moderately successful debut album for Interscope Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}