Information about plays

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

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

{
    "id": 368731,
    "uri": "https://api.kexp.org/v2/plays/368731/?format=api",
    "airdate": "2019-08-17T15:26:11-07:00",
    "show": 6145,
    "show_uri": "https://api.kexp.org/v2/shows/6145/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "French Disko",
    "track_id": "c87105d2-bd1d-365e-bab2-c12f95ad1a44",
    "recording_id": null,
    "artist": "Stereolab",
    "artist_ids": [
        "f1df0431-9250-4ec8-95d8-f19ce7cf7fb6"
    ],
    "album": "Refried Ectoplasm (Switched On, Volume 2)",
    "release_id": "1467bd0b-4600-3306-8045-004f697d55e7",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "1995-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stereolab plays The Showbox on Tuesday, October 15 - https://www.showboxpresents.com/events/detail/369906",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}