Information about plays

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

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

{
    "id": 347064,
    "uri": "https://api.kexp.org/v2/plays/347064/?format=api",
    "airdate": "2019-06-27T16:47:42-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "LesAlpx",
    "track_id": "4d98f463-398e-4897-87c0-f1c918f3d8ec",
    "recording_id": null,
    "artist": "Floating Points",
    "artist_ids": [
        "69d9c5ba-7bba-4cb7-ab32-8ccc48ad4f97"
    ],
    "album": "Lesalpx / Coorabell",
    "release_id": "0ed3e589-e76d-4ef7-b9bf-630a88f549c4",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'LesAlpx' arrives as the next step in a career that has positioned Sam Shepherd as one of electronic music's most surprising, innovative and uncompromising artists. The track's undeniable groove recalls breakout tracks like 'Nuits Sonores' which took over dancefloors around the world while simultaneously driving forward with the sophisticated craftsmanship and depth of production that has gained Floating Points respect far beyond the clubbing community. <br/><br/> https://floatingpoints.bandcamp.com/album/lesalpx-coorabell",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}