Information about plays

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

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

{
    "id": 3416365,
    "uri": "https://api.kexp.org/v2/plays/3416365/?format=api",
    "airdate": "2024-10-23T16:27:20-07:00",
    "show": 61654,
    "show_uri": "https://api.kexp.org/v2/shows/61654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's for You",
    "track_id": "5dcb6742-43fc-31b1-bd05-aabf0b83c0bd",
    "recording_id": "7ca43929-18b4-40cf-b5ed-b6b8ff9f9a46",
    "artist": "Out Hud",
    "artist_ids": [
        "3e7b2266-5a73-4ead-91c9-a73cf9d4b2b4"
    ],
    "album": "Let Us Never Speak of It Again",
    "release_id": "1192422c-39bf-47da-bf84-e1ceb2225ea0",
    "release_group_id": "c8d1890a-585d-3099-abf1-45cf6fa07001",
    "labels": [
        "kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "2005-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out Hud was an electronic band formed in 1996 in the San Francisco Bay Area and later based in New York City. It disbanded in 2006. The band's members were guitarist Nic Offer, bassist Tyler Pope, cellist Molly Schnick, vocalist/drummer Phyllis Forbes, and mixer Justin Van Der Volgen. Pope, Offer, and Van Der Volgen became members of the  band !!! (chk-chk-chk)\n--\nSee the official video for \"It's for You\": https://www.youtube.com/watch?v=acBo_4izpIc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}