Information about plays

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

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

{
    "id": 2681789,
    "uri": "https://api.kexp.org/v2/plays/2681789/?format=api",
    "airdate": "2020-01-03T22:55:00-08:00",
    "show": 46286,
    "show_uri": "https://api.kexp.org/v2/shows/46286/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Climb (feat. Thundercat)",
    "track_id": null,
    "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 will be performing at Showbox SoDo on Sun. March 1st! https://www.showboxpresents.com/events/detail/388392",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}