Information about plays

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

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

{
    "id": 370252,
    "uri": "https://api.kexp.org/v2/plays/370252/?format=api",
    "airdate": "2019-08-21T04:38:58-07:00",
    "show": 6170,
    "show_uri": "https://api.kexp.org/v2/shows/6170/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Darker",
    "track_id": "6fc085d4-0b28-46bb-b79c-e8d39f736ecd",
    "recording_id": null,
    "artist": "Doves",
    "artist_ids": [
        "9de8f66e-3cd1-4f11-8328-38200f0612b0"
    ],
    "album": "Lost Sides",
    "release_id": "c9ebbe41-cfc2-4ab3-8ea3-3471f849b6b0",
    "release_group_id": null,
    "labels": [
        "Heavenly"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2003-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}