Information about plays

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

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

{
    "id": 3572632,
    "uri": "https://api.kexp.org/v2/plays/3572632/?format=api",
    "airdate": "2025-11-01T14:51:15-07:00",
    "show": 64994,
    "show_uri": "https://api.kexp.org/v2/shows/64994/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crazy",
    "track_id": "711cbec7-0149-4581-bbd6-8079b0742cec",
    "recording_id": "aa6c54d3-226b-47d6-85b9-2adf3e22ebaf",
    "artist": "Gnarls Barkley",
    "artist_ids": [
        "a47c3aa2-7d87-475c-a2c7-1e2047dafb09"
    ],
    "album": "St. Elsewhere",
    "release_id": "31b1d9b7-ac38-4e39-8fc3-b8af1b31ef5c",
    "release_group_id": "3c47e22a-82a6-3e49-baf8-70519b6097b7",
    "labels": [
        "Downtown"
    ],
    "label_ids": [
        "5f42fd65-a55b-400c-bf8e-862db80c7bff"
    ],
    "release_date": "2006-05-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was Gnarls Barkley's debut single from their debut album, St. Elsewhere. \"Crazy\" peaked at number two on the Billboard Hot 100, and topped the charts in the United Kingdom, Canada, Ireland, New Zealand, and several other countries.\n\nNot a bad debut!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}