Information about plays

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

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

{
    "id": 3605416,
    "uri": "https://api.kexp.org/v2/plays/3605416/?format=api",
    "airdate": "2026-01-17T07:53:35-08:00",
    "show": 65673,
    "show_uri": "https://api.kexp.org/v2/shows/65673/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sur Ton Paralelle",
    "track_id": null,
    "recording_id": null,
    "artist": "Anachnid",
    "artist_ids": [
        "7d88d44e-3084-4351-b742-01287c600da8"
    ],
    "album": "Sur Ton Paralelle",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oji-Cree\n\nAnachnid is an Oji-Cree multidisciplinary artist based in Montreal. Her spirit animal, the spider, has eight legs, and she embodies many complex personalities on stage and in life: venomous spirit, young woman in love, caring grandmother",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}