Information about plays

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

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

{
    "id": 3558979,
    "uri": "https://api.kexp.org/v2/plays/3558979/?format=api",
    "airdate": "2025-09-28T20:47:13-07:00",
    "show": 64693,
    "show_uri": "https://api.kexp.org/v2/shows/64693/?format=api",
    "image_uri": "https://coverartarchive.org/release/ecf16174-33d2-4c7a-b545-59d73da6a8e3/31539006566-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ecf16174-33d2-4c7a-b545-59d73da6a8e3/31539006566-250.jpg",
    "song": "Find a Way",
    "track_id": null,
    "recording_id": "bb05a46b-65c1-471b-b162-97749b5eb862",
    "artist": "Dwele",
    "artist_ids": [
        "808c1fbb-ccfb-4b15-a541-72bec155e696"
    ],
    "album": "Subject",
    "release_id": null,
    "release_group_id": "2171ca14-42a7-3325-9c8b-091190c406b0",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2003-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Find a Way\" was the lead single of Subject, the 2003 debut album by Dwele.\n\nDwele is a Grammy-nominated R&B singer, rapper, songwriter, and producer from Detroit, Michigan. He's considered a second-generation neo-soul artist who emerged in the early 2000s. Dwele is known for his collaborations with Kanye West on the hit songs \"Flashing Lights\" and \"Power,\" and for his work with Common and Big Sean. He's released five solo albums, including Greater Than One in 2012, which received positive reviews.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}