Information about plays

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

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

{
    "id": 3584293,
    "uri": "https://api.kexp.org/v2/plays/3584293/?format=api",
    "airdate": "2025-11-28T22:52:23-08:00",
    "show": 65235,
    "show_uri": "https://api.kexp.org/v2/shows/65235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shadowboxin’",
    "track_id": null,
    "recording_id": "916a5c95-ff59-49be-b1a2-c13d55846c15",
    "artist": "Genius/GZA feat. Johnny Blaze A.K.A Method Man",
    "artist_ids": [
        "550cb78b-4995-4873-baea-76ef265531f5",
        "94dbfe2e-ca48-4e08-a5a8-e1e74136c63d"
    ],
    "album": "Liquid Swords",
    "release_id": null,
    "release_group_id": "6075a004-e983-3a00-8a13-50af32f0e200",
    "labels": [],
    "label_ids": [],
    "release_date": "1995-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This critic says that \"Shadowboxin'\" is \"the most perfect rap song ever written\":  https://hiphopgoldenage.com/perfect-rap-song-written-shadowboxin/\n--\nThe vocals were sampled by Gang Starr in \"You Know My Steez.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}