Information about plays

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

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

{
    "id": 3605268,
    "uri": "https://api.kexp.org/v2/plays/3605268/?format=api",
    "airdate": "2026-01-16T23:23:02-08:00",
    "show": 65669,
    "show_uri": "https://api.kexp.org/v2/shows/65669/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tweaker (remix)",
    "track_id": null,
    "recording_id": "553d3fc1-683f-41a7-b832-d8ba03f51c40",
    "artist": "GELO feat. Lil Wayne",
    "artist_ids": [
        "859f121d-8110-4d6d-84e5-abdcfb7e1b43",
        "ac9a487a-d9d2-4f27-bb23-0f4686488345"
    ],
    "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": "Gelo linking with Lil Wayne on Tweaker Remix with that raw, uncut energy. The track showcases Gelo's ability to paint vivid pictures of real life without filters or apologies.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}