Information about plays

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

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

{
    "id": 3578973,
    "uri": "https://api.kexp.org/v2/plays/3578973/?format=api",
    "airdate": "2025-11-16T13:01:16-08:00",
    "show": 65127,
    "show_uri": "https://api.kexp.org/v2/shows/65127/?format=api",
    "image_uri": "https://ia804502.us.archive.org/25/items/mbid-4d729784-5a57-4e13-8212-d5c026b4d3cc/mbid-4d729784-5a57-4e13-8212-d5c026b4d3cc-21734028540_thumb500.jpg",
    "thumbnail_uri": "https://ia904502.us.archive.org/25/items/mbid-4d729784-5a57-4e13-8212-d5c026b4d3cc/mbid-4d729784-5a57-4e13-8212-d5c026b4d3cc-21734028540_thumb250.jpg",
    "song": "Tints",
    "track_id": "12bda79d-52fc-40ae-9c8c-6eacdc891227",
    "recording_id": "ade63d97-139f-4014-8126-200358b83ca2",
    "artist": "Anderson .Paak feat. Kendrick Lamar",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077",
        "d02dd67e-f655-4600-bc47-f789f59e7367"
    ],
    "album": "Oxnard",
    "release_id": "4d729784-5a57-4e13-8212-d5c026b4d3cc",
    "release_group_id": "bb14008a-b20c-4857-ad95-c181ca2d014d",
    "labels": [
        "Aftermath Entertainment"
    ],
    "label_ids": [
        "c0629488-2aa2-4b46-9de8-decb27147444"
    ],
    "release_date": "2018-11-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 2018 Anderson Paak released Oxnard.\n\nThis was the first time .Paak and Lamar officially collaborated on a track. Produced by .Paak, BADBADNOTGOOD's Matt Tavares and Om'Mas Keith. https://andersonpaak.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}