Information about plays

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

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

{
    "id": 3438123,
    "uri": "https://api.kexp.org/v2/plays/3438123/?format=api",
    "airdate": "2024-12-14T19:53:40-08:00",
    "show": 62111,
    "show_uri": "https://api.kexp.org/v2/shows/62111/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So Nice So Smart",
    "track_id": null,
    "recording_id": "998382c5-117a-4461-8858-2806ce9321ff",
    "artist": "Kimya Dawson",
    "artist_ids": [
        "ba99a190-6065-4930-be3d-55ecc48e365d"
    ],
    "album": "Juno: Music From the Motion Picture",
    "release_id": null,
    "release_group_id": "88512a56-30d3-3795-87c0-f7270c8b016d",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2007-12-11",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The legendary KIMYA DAWSON! She's playing a show this Thursday, December 19th, with Scott Yoder and Mold Mom at Neumos!! Tickets below:\n\nhttps://www.neumos.com/events/detail/kimya-dawson-from-the-moldy-peaches-with-special-guests-blotto-the-clo-tickets-779201",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}