Information about plays

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

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

{
    "id": 3632792,
    "uri": "https://api.kexp.org/v2/plays/3632792/?format=api",
    "airdate": "2026-03-23T16:23:29-07:00",
    "show": 66262,
    "show_uri": "https://api.kexp.org/v2/shows/66262/?format=api",
    "image_uri": "https://coverartarchive.org/release/881bb066-9112-48f8-9ce6-43c08fc82a08/6735499420-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/881bb066-9112-48f8-9ce6-43c08fc82a08/6735499420-250.jpg",
    "song": "Give Me Love",
    "track_id": null,
    "recording_id": "857b8534-c2e8-4116-b97c-029d425fe763",
    "artist": "Cerrone",
    "artist_ids": [
        "9ec90f51-2c4a-495b-b478-2dfc9c07f8bc"
    ],
    "album": "Supernature",
    "release_id": null,
    "release_group_id": "1a3770b8-3a65-490d-a2b2-92fa6f79d4bc",
    "labels": [
        "Malligator"
    ],
    "label_ids": [
        "c15fc9a7-cb79-4eca-9c15-bf4af5f4e06f"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Give Me Love was sampled in the Modjo song Rollercoaster!\nMarc Cerrone is a French disco drummer, composer, record producer, known as a disco legend!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}