Information about plays

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

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

{
    "id": 3623218,
    "uri": "https://api.kexp.org/v2/plays/3623218/?format=api",
    "airdate": "2026-02-27T23:18:54-08:00",
    "show": 66047,
    "show_uri": "https://api.kexp.org/v2/shows/66047/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Breathe",
    "track_id": null,
    "recording_id": "fb65fb8e-a10a-41c6-a88a-a642adb76d26",
    "artist": "Fabolous",
    "artist_ids": [
        "d2299099-e617-46dd-b013-ba0b4c72bc63"
    ],
    "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": "Released in June 2004 from his third album \"Real Talk,\" produced by Just Blaze became one of Fab's biggest hits, peaking at number 10 on the Billboard Hot 100. Just Blaze flipped a sample from Najee's \"Sweet Love\" into a soulful, horn-driven banger that perfectly complemented Fabolous's smooth delivery and clever punchlines.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}