Information about plays

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

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

{
    "id": 3623198,
    "uri": "https://api.kexp.org/v2/plays/3623198/?format=api",
    "airdate": "2026-02-27T22:06:49-08:00",
    "show": 66047,
    "show_uri": "https://api.kexp.org/v2/shows/66047/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Collard Greens",
    "track_id": null,
    "recording_id": "ef397bc2-99f2-4a0e-a84a-d6717ac82350",
    "artist": "ScHoolboy Q ft. Kendrick Lamar",
    "artist_ids": [],
    "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 track dropped in June 2013 from ScHoolboy Q's third studio album \"Oxymoron.\" The song peaked at number 92 on the Billboard Hot 100 and showcased the chemistry between Q and Kendrick, who both hail from different parts of LA - Q from South Central and Kendrick from Compton.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}