Information about plays

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

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

{
    "id": 3632114,
    "uri": "https://api.kexp.org/v2/plays/3632114/?format=api",
    "airdate": "2026-03-21T21:05:47-07:00",
    "show": 66246,
    "show_uri": "https://api.kexp.org/v2/shows/66246/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Billy Jack & Me",
    "track_id": "b6c27f20-5cb4-4d90-a6f9-fdd29c7d9349",
    "recording_id": "cd4a9f56-8ab8-4995-b8a5-17401456f0b9",
    "artist": "The Pinkos",
    "artist_ids": [
        "f6a5e19a-9ce7-439c-a9f9-af68c75c3096"
    ],
    "album": "The Pinkos",
    "release_id": "8e31420e-29da-4352-acab-282ee0cfa1a1",
    "release_group_id": "996ac989-8c3f-4821-9205-641b4bd49d5e",
    "labels": [
        "Empty Records"
    ],
    "label_ids": [
        "268105e8-931e-42db-8f17-d2c0d0945a6e"
    ],
    "release_date": "2001-06-11",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Steve Moriarty (The Gits) provided drums and vocals for the Pinkos. The track \"Billy Jack & Me\" references the protagonist of the 1971 action film Billy Jack.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}