Information about plays

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

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

{
    "id": 3590789,
    "uri": "https://api.kexp.org/v2/plays/3590789/?format=api",
    "airdate": "2025-12-13T22:23:08-08:00",
    "show": 65372,
    "show_uri": "https://api.kexp.org/v2/shows/65372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "6’ Pole",
    "track_id": null,
    "recording_id": "f944fe89-f133-4a9b-a949-465448e16232",
    "artist": "Safe Mind",
    "artist_ids": [
        "878018ee-7085-45a5-bd01-b07725ab7a6a"
    ],
    "album": "Cutting the Stone",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nude Club"
    ],
    "label_ids": [
        "f7eb769a-6001-479a-959a-75789ec6258a"
    ],
    "release_date": "2025-07-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Boy Harsher's Augustus Muller and Cooper B. Handy (LUCY) have started a new project called \"Safe Mind.\"  This is their first single. \n\nThey previously collaborated in the horror film/album project 'The Runner (Original Soundtrack)'. Handy played \"The Teenager\" in the movie and did the lead vocals.\n\nhttps://boyharsher.bandcamp.com/album/cutting-the-stone",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}