Information about plays

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

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

{
    "id": 3606277,
    "uri": "https://api.kexp.org/v2/plays/3606277/?format=api",
    "airdate": "2026-01-19T06:24:23-08:00",
    "show": 65697,
    "show_uri": "https://api.kexp.org/v2/shows/65697/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Two‐Way Mirror",
    "track_id": null,
    "recording_id": "8f6be736-571b-4e05-af21-136878518601",
    "artist": "Loathe",
    "artist_ids": [
        "56eb02c4-1f16-4613-8bb3-b4a752283fc3"
    ],
    "album": "I Let It in and It Took Everything",
    "release_id": null,
    "release_group_id": "fd2f5291-c761-4485-a4e5-c1b26072c64c",
    "labels": [
        "SharpTone Records"
    ],
    "label_ids": [
        "1fbde8c6-d6ae-4f73-936a-52554bdb804a"
    ],
    "release_date": "2020-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Loathe is an English heavy metal band from Liverpool, formed in 2014. The group is widely acclaimed for its experimental fusion of metalcore and nu-metal with shoegaze, progressive metal, and ambient soundscapes.\n\nhttps://sharptonerecords.bandcamp.com/album/i-let-it-in-and-it-took-everything\n\nWatch the official video for this track here:\nhttps://www.youtube.com/watch?v=MSUGmeWqbCY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}