Information about plays

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

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

{
    "id": 3440188,
    "uri": "https://api.kexp.org/v2/plays/3440188/?format=api",
    "airdate": "2024-12-19T19:42:21-08:00",
    "show": 62154,
    "show_uri": "https://api.kexp.org/v2/shows/62154/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fuyu Goe",
    "track_id": null,
    "recording_id": null,
    "artist": "細野晴臣, Yuma Abe",
    "artist_ids": [],
    "album": "Hosono House Revisited",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [],
    "release_date": "2024-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stones Throw Records recently released Hosono House Revisited, with contemporary Asian artists revisiting songs from the album Hosono House, which turned 50 this year. Oh, also: Yuma Abe is in Seattle tonight, at Madame Lou's! \n\nhttps://haruomihosono.bandcamp.com/album/hosono-house-revisited",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}