Information about plays

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

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

{
    "id": 356246,
    "uri": "https://api.kexp.org/v2/plays/356246/?format=api",
    "airdate": "2019-07-18T23:50:00-07:00",
    "show": 5935,
    "show_uri": "https://api.kexp.org/v2/shows/5935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Villazón-Potosí",
    "track_id": "c86d0443-f2aa-47c5-a343-649d633943b9",
    "recording_id": null,
    "artist": "Lagartijeando",
    "artist_ids": [
        "5acad765-6c4b-48b8-8aea-92404c3f4bc0"
    ],
    "album": "Jallalla",
    "release_id": "df9cea84-d5e6-4a52-822b-a724c38fba51",
    "release_group_id": null,
    "labels": [
        "Wonderwheel Recordings"
    ],
    "label_ids": [],
    "release_date": "2019-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Inspired by the order of the stars, mixing African and Andean rhythms, the track is exemplary of how varied this album is. https://wonderwheelrecordings.bandcamp.com/album/jallalla\nJallalla is an incredibly ambitious work by the Argentine producer, which has also been worked with acclaimed colleagues of the digital cumbia.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}