Information about plays

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

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

{
    "id": 3545954,
    "uri": "https://api.kexp.org/v2/plays/3545954/?format=api",
    "airdate": "2025-08-28T17:13:13-07:00",
    "show": 64411,
    "show_uri": "https://api.kexp.org/v2/shows/64411/?format=api",
    "image_uri": "https://ia800801.us.archive.org/33/items/mbid-874c4cbe-8b07-4ad3-b849-42667f397203/mbid-874c4cbe-8b07-4ad3-b849-42667f397203-2433902058_thumb500.jpg",
    "thumbnail_uri": "https://ia800801.us.archive.org/33/items/mbid-874c4cbe-8b07-4ad3-b849-42667f397203/mbid-874c4cbe-8b07-4ad3-b849-42667f397203-2433902058_thumb250.jpg",
    "song": "Blazing Arrow",
    "track_id": "e07ba8a7-0c16-3ce3-8410-f4f6791cf074",
    "recording_id": "f534ab29-06a6-467a-b9ce-dcc28372898b",
    "artist": "Blackalicious",
    "artist_ids": [
        "92ee5562-3c1b-4e02-ac22-aae6261edac5"
    ],
    "album": "Blazing Arrow",
    "release_id": "874c4cbe-8b07-4ad3-b849-42667f397203",
    "release_group_id": "057609ac-68b4-37e7-a6ac-9bc1cea38a3f",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2002-04-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout out to Sam in Portland for this request!\n--\nBlackalicious sampled Harry Nilsson's \"Me and My Arrow.\"\n--\nIn a period of drug-fueled creativity, Nilsson came up with the idea while exploring the woods near his Laurel Canyon home. \"I was on acid and I looked at the trees and I realized that they all came to points, and the little branches came to points, and the houses came to point. I thought, 'Oh! Everything has a point, and if it doesn't, then there's a point to it,'\" he explained.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}