Information about plays

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

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

{
    "id": 3613660,
    "uri": "https://api.kexp.org/v2/plays/3613660/?format=api",
    "airdate": "2026-02-05T19:53:37-08:00",
    "show": 65849,
    "show_uri": "https://api.kexp.org/v2/shows/65849/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Aliens (Lovers Version)",
    "track_id": null,
    "recording_id": null,
    "artist": "Yasuyuki Horigome & The New Shoes",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Situation.Tokyo / NF Recordings"
    ],
    "label_ids": [],
    "release_date": "2017-08-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yasuyuki Horigome is a Japanese artist. He debuted with his brother in the acclaimed band, KIRINJI in 1997. After leaving the band on 12 April 2013, he started his own musical career.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}