Information about plays

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

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

{
    "id": 3623108,
    "uri": "https://api.kexp.org/v2/plays/3623108/?format=api",
    "airdate": "2026-02-27T17:55:46-08:00",
    "show": 66045,
    "show_uri": "https://api.kexp.org/v2/shows/66045/?format=api",
    "image_uri": "https://coverartarchive.org/release/8708817b-509a-4f6c-9854-67990e44e6b3/41774248816-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8708817b-509a-4f6c-9854-67990e44e6b3/41774248816-250.jpg",
    "song": "Sicko (King Gizzard & The Lizard Wizard remix)",
    "track_id": null,
    "recording_id": "91e94744-5043-4115-967c-d455ebc60c0c",
    "artist": "Confidence Man",
    "artist_ids": [
        "9fab430a-f1af-4a69-bf68-6857a7a50a68"
    ],
    "album": "5AM (LA LA LA)",
    "release_id": null,
    "release_group_id": "eca90341-f396-4f15-b6cd-75bcf5253a42",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Confizzard and the Man-Lizzard\n\nCatch these cool cats on tour: https://www.confidenceman.com.au/tour/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}