Information about plays

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

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

{
    "id": 3427973,
    "uri": "https://api.kexp.org/v2/plays/3427973/?format=api",
    "airdate": "2024-11-20T20:54:58-08:00",
    "show": 61903,
    "show_uri": "https://api.kexp.org/v2/shows/61903/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Koi Wa Momoiro",
    "track_id": null,
    "recording_id": null,
    "artist": "Pearl & The Oysters",
    "artist_ids": [
        "5cecd808-74ea-468c-97d3-cef0fa2f4910"
    ],
    "album": "Honoso House Revisted",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2024-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Haruomi Hosono is the legendary artist best known for his tenure in the seminal band Yellow Magic Orchestra. Hosono House Revisited is compilation of reworks of Haruomi Hosono’s iconic solo debut, Hosono House, celebrating 50 years since its release. This compilation sees musicians from the Stones Throw roster and beyond offer up their own interpretations of Hosono’s songs. Artists revisiting Hosono's songs include John Carroll Kirby ft the Mizuhara Sisters, Jerry Paper, Pearl & The Oysters, Sam Gendel, Cornelius, and more.\"\nhttps://haruomihosono.bandcamp.com/album/hosono-house-revisited",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}