Information about plays

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

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

{
    "id": 3640505,
    "uri": "https://api.kexp.org/v2/plays/3640505/?format=api",
    "airdate": "2026-04-11T00:34:28-07:00",
    "show": 66419,
    "show_uri": "https://api.kexp.org/v2/shows/66419/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just a Lil’ Bit",
    "track_id": null,
    "recording_id": "1c1ce757-16d8-4f53-a8ab-09fefb593f05",
    "artist": "50 Cent",
    "artist_ids": [
        "8e68819d-71be-4e7d-b41d-f1df81b01d3f"
    ],
    "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": "‘Just a Lil Bit,’ a smooth, club-ready record that dropped in 2005 off The Massacre. Produced by Scott Storch, the track carries that sleek, minimal groove with those signature piano melodies that Storch was known for at the time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}