Information about plays

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

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

{
    "id": 382937,
    "uri": "https://api.kexp.org/v2/plays/382937/?format=api",
    "airdate": "2019-09-19T11:38:32-07:00",
    "show": 6371,
    "show_uri": "https://api.kexp.org/v2/shows/6371/?format=api",
    "image_uri": "http://coverartarchive.org/release/5fb66781-17d5-34c6-9ff0-eeba19d4e240/5570276550-250.jpg",
    "thumbnail_uri": "",
    "song": "My Girls",
    "track_id": "257dc2e8-6c85-36ad-93ff-921965945f1a",
    "recording_id": null,
    "artist": "Animal Collective",
    "artist_ids": [
        "0c751690-c784-4a4f-b1e4-c1de27d47581"
    ],
    "album": "Merriweather Post Pavilion",
    "release_id": "5fb66781-17d5-34c6-9ff0-eeba19d4e240",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2009-01-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album <i>Merriweather Post Pavilion</i> is named after the Columbia, Maryland venue of the same name. The \"My Girls\" 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. https://bit.ly/2kqiP3D",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}