Information about plays

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

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

{
    "id": 3591537,
    "uri": "https://api.kexp.org/v2/plays/3591537/?format=api",
    "airdate": "2025-12-15T18:24:12-08:00",
    "show": 65388,
    "show_uri": "https://api.kexp.org/v2/shows/65388/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's Time",
    "track_id": null,
    "recording_id": null,
    "artist": "Nas, DJ Premier",
    "artist_ids": [
        "cfbc0924-0035-4d6c-8197-f024653af823",
        "084e06f5-3c82-4b71-bd94-dd69e7bd515e"
    ],
    "album": "Light-Years",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mass Appeal"
    ],
    "label_ids": [],
    "release_date": "2025-12-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LIGHT-YEARS is the highly-anticipated collaborative album between rapper Nas and producer DJ Premier, rumored for decades since the duo first linked up for three songs on Nas' debut album Illmatic (\"N.Y. State of Mind,\" \"Memory Lane (Sittin' in da Park),\" and \"Represent\"). It was released on December 12, 2025 on Mass Appeal Records, an indie label launched in 2014 with investment from Nas, reviving the brand that started as a graffiti magazine in 1996.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}