Information about plays

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

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

{
    "id": 2679421,
    "uri": "https://api.kexp.org/v2/plays/2679421/?format=api",
    "airdate": "2019-12-29T04:08:00-08:00",
    "show": 46247,
    "show_uri": "https://api.kexp.org/v2/shows/46247/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Climb",
    "track_id": "98726d41-a3de-40cc-a410-d6b991c091f7",
    "recording_id": null,
    "artist": "Flying Lotus",
    "artist_ids": [
        "fc7376fe-1a6f-4414-b4a7-83f50ed59c92"
    ],
    "album": "Flamagra",
    "release_id": "2c20215b-fed3-4b2b-b61a-15068e69fe70",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [],
    "release_date": "2019-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thundercat featured on this track from the same album. Flying Lotus pulled out his rolodex for this album, more features include: Solange, David Lynch, and Toro Y Moi.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}