Information about plays

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

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

{
    "id": 3632982,
    "uri": "https://api.kexp.org/v2/plays/3632982/?format=api",
    "airdate": "2026-03-24T04:22:55-07:00",
    "show": 66265,
    "show_uri": "https://api.kexp.org/v2/shows/66265/?format=api",
    "image_uri": "https://coverartarchive.org/release/0cf069ae-9ea8-4eae-814d-6aa973620e27/42943232017-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0cf069ae-9ea8-4eae-814d-6aa973620e27/42943232017-250.jpg",
    "song": "Huit octobre 1971",
    "track_id": null,
    "recording_id": "a044327e-f7bf-4fd5-a9bc-04888f179feb",
    "artist": "Cortex",
    "artist_ids": [
        "37e91401-0402-40cb-a5e9-b2a63746bd32"
    ],
    "album": "Troupeau bleu",
    "release_id": null,
    "release_group_id": "17beaab5-7f01-3511-848a-7b981d4d92ff",
    "labels": [],
    "label_ids": [],
    "release_date": "1975-07-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song from 70's French jazz funk group Cortex has been sampled by MF Doom, Wiz Khalifa, Madlib and more \n\nhttps://www.whosampled.com/Cortex/Huit-Octobre-1971/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}