Information about plays

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

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

{
    "id": 344187,
    "uri": "https://api.kexp.org/v2/plays/344187/?format=api",
    "airdate": "2019-06-21T00:55:00-07:00",
    "show": 5734,
    "show_uri": "https://api.kexp.org/v2/shows/5734/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Endless Summer",
    "track_id": "18382a50-2fe1-3982-9fbb-cfa856ac7c20",
    "recording_id": null,
    "artist": "Fennesz",
    "artist_ids": [
        "a6f8d42d-d3ff-4268-8d39-ee01341733bb"
    ],
    "album": "Endless Summer",
    "release_id": "36427a64-ec18-4742-9356-c2e74ade62c4",
    "release_group_id": null,
    "labels": [
        "Editions Mego"
    ],
    "label_ids": [],
    "release_date": "2006-12-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Endless Summer is an album by Austrian electronic music producer and guitarist Fennesz, released on 3 July 2001 by Mego (8:30) The summer solstice is upon us: Today, Friday, June 21 will be the longest day of 2019 for anyone living north of the equator. If pagan rituals are your thing, this is probably a big moment for you. If not, the solstice is still pretty neat. Happy Summer Solstice To All!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}