Information about plays

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

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

{
    "id": 2675445,
    "uri": "https://api.kexp.org/v2/plays/2675445/?format=api",
    "airdate": "2019-12-19T16:24:19-08:00",
    "show": 46181,
    "show_uri": "https://api.kexp.org/v2/shows/46181/?format=api",
    "image_uri": "https://coverartarchive.org/release/fe607444-0a02-4532-9631-1052402f9a01/6752634256-250.jpg",
    "thumbnail_uri": "",
    "song": "My Girls",
    "track_id": "83b4f80e-9eda-34c0-9114-3db516e64d3f",
    "recording_id": null,
    "artist": "Animal Collective",
    "artist_ids": [
        "0c751690-c784-4a4f-b1e4-c1de27d47581"
    ],
    "album": "Merriweather Post Pavilion",
    "release_id": "fe607444-0a02-4532-9631-1052402f9a01",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2009-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "During the tours of 2007 and 2008, \"My Girls\" was known as \"House\". Panda Bear explained to Clash that lyrically the song is about his \"desire on a basic level to own my own place and kind of provide a safe house for my family and the people I care about.\" The song resembles a seminal piece of early house music, \"Your Love\" (1984), by Frankie Knuckles and Jamie Principle. The song's intro contains an audio sample from the Cassini-Huygens spacecraft, which explored Saturn's atmosphere and rings and gathered information about its moons; as part of its mission, the probe was destroyed in September 2017.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}