Information about plays

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

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

{
    "id": 3623202,
    "uri": "https://api.kexp.org/v2/plays/3623202/?format=api",
    "airdate": "2026-02-27T22:19:40-08:00",
    "show": 66047,
    "show_uri": "https://api.kexp.org/v2/shows/66047/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wasted",
    "track_id": null,
    "recording_id": "74bc55f7-ebf3-4ed2-b831-334eeac9d824",
    "artist": "Gucci Mane feat. Plies",
    "artist_ids": [
        "36494952-f434-45d8-a958-8b4acdbcf8a8",
        "72f62a4c-0042-49f6-b4dc-2f5b27dd289f"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This breakout hit featuring Plies dropped in May 2009 from Gucci's independent album \"The State vs. Radric Davis.\" Produced by Fatboi, the track became Gucci's first song to hit the top 40 on the Billboard Hot 100, peaking at number 36.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}