Information about plays

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

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

{
    "id": 3631518,
    "uri": "https://api.kexp.org/v2/plays/3631518/?format=api",
    "airdate": "2026-03-20T15:22:36-07:00",
    "show": 66231,
    "show_uri": "https://api.kexp.org/v2/shows/66231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stoned in the Valley",
    "track_id": null,
    "recording_id": null,
    "artist": "No Rome",
    "artist_ids": [
        "f2a6793f-da52-4fe9-81be-2e71ea04f7ee"
    ],
    "album": null,
    "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": "With an intoxicating mix of R&B, shoegaze, and electronic dream pop, No Rome developed his sound in his native Philippines, turning out a handful of independent releases before gaining international success in 2018 as part of the U.K. label Dirty Hit's roster, collaborating with the 1975's Matty Healy on his EP RIP Indo Hisashi. (https://www.allmusic.com/artist/no-rome-mn0003757661#biography)\n\nhttps://norome.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}