Information about plays

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

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

{
    "id": 3559247,
    "uri": "https://api.kexp.org/v2/plays/3559247/?format=api",
    "airdate": "2025-09-29T14:19:37-07:00",
    "show": 64701,
    "show_uri": "https://api.kexp.org/v2/shows/64701/?format=api",
    "image_uri": "https://coverartarchive.org/release/8801f036-6ee9-4e72-908b-6d1b2f131d63/6942685916-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8801f036-6ee9-4e72-908b-6d1b2f131d63/6942685916-250.jpg",
    "song": "Maybe One Day",
    "track_id": null,
    "recording_id": "e1be8e2c-5979-4598-a7bf-0e20143637e7",
    "artist": "Brand Nubian feat. Common",
    "artist_ids": [
        "37da13d4-8bbc-41bb-9957-4d94de3d311e",
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602"
    ],
    "album": "Foundation",
    "release_id": null,
    "release_group_id": "92e8e520-c992-3d8f-b38f-36c3870bdfb3",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1998-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released this day in 1998!\n\nBrand Nubian--made up of the core quartet of Grand Puba, Sadat X, Lord Jamar, and DJ Alamo--disbanded in 1990 before reuniting in 1998 for this album, their fourth full-length.\n--\n\"Maybe One Day\" sampled Al Green's \"Something.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}