Information about plays

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

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

{
    "id": 3605251,
    "uri": "https://api.kexp.org/v2/plays/3605251/?format=api",
    "airdate": "2026-01-16T22:16:05-08:00",
    "show": 65669,
    "show_uri": "https://api.kexp.org/v2/shows/65669/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shorty Wanna Ride",
    "track_id": null,
    "recording_id": "8e8edce7-eb4f-4fcc-8a0c-4af5dfdea2fd",
    "artist": "Young Buck",
    "artist_ids": [
        "5719f1bd-ee0e-4454-b402-8e51ba9613fe"
    ],
    "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": "Young Buck hit different with this 2004 classic off his debut Straight Outta Cashville! Produced by Lil Jon, this joint peaked at number 17 on the Billboard Hot 100, Buck's highest charting single Ever.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}