Information about plays

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

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

{
    "id": 3572478,
    "uri": "https://api.kexp.org/v2/plays/3572478/?format=api",
    "airdate": "2025-11-01T05:03:49-07:00",
    "show": 64989,
    "show_uri": "https://api.kexp.org/v2/shows/64989/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nightcall",
    "track_id": null,
    "recording_id": null,
    "artist": "Kavinsky",
    "artist_ids": [
        "eb6de5f6-98f8-4b5a-bfdc-f87fa4936baa"
    ],
    "album": "10th Record Makers",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was produced with Daft Punk's Guy-Manuel de Homem-Christo, mixed by electronic artist SebastiAn and sung by Brazilian singer Lovefoxxx. The song was performed live at the closing ceremony of the 2024 Paris Summer Olympics in August 2024",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}