Information about plays

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

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

{
    "id": 3596479,
    "uri": "https://api.kexp.org/v2/plays/3596479/?format=api",
    "airdate": "2025-12-26T22:35:31-08:00",
    "show": 65482,
    "show_uri": "https://api.kexp.org/v2/shows/65482/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Goldie",
    "track_id": null,
    "recording_id": "11954493-5c69-44c8-8c8e-be8fe0da2afd",
    "artist": "A$AP Rocky",
    "artist_ids": [
        "25b7b584-d952-4662-a8b9-dd8cdfbfeb64"
    ],
    "album": "LONG.LIVE.A$AP",
    "release_id": null,
    "release_group_id": "c0eb54b5-757a-452a-a248-d7dbdb39cd18",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2013-01-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released as the lead single for Rocky's debut album, \"Long. Live. ASAP\" and produced by Hit-Boy. Released in April 2012, the full album dropped later in January 2013, with other producer contributions including Clams Casino, Danger Mouse and 40.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}