Information about plays

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

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

{
    "id": 356794,
    "uri": "https://api.kexp.org/v2/plays/356794/?format=api",
    "airdate": "2019-07-20T06:39:45-07:00",
    "show": 5943,
    "show_uri": "https://api.kexp.org/v2/shows/5943/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Dogs March",
    "track_id": "2adec34c-e525-4e9c-acac-8c91dd4f7e2a",
    "recording_id": null,
    "artist": "Mac DeMarco",
    "artist_ids": [
        "f2492c31-54a8-4347-a1fc-f81f72873bbf"
    ],
    "album": "Here Comes the Cowboy",
    "release_id": "a52a3f30-36de-495e-a7a2-451cdb87532d",
    "release_group_id": null,
    "labels": [
        "Mac’s Record Label"
    ],
    "label_ids": [],
    "release_date": "2019-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}