Information about plays

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

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

{
    "id": 377800,
    "uri": "https://api.kexp.org/v2/plays/377800/?format=api",
    "airdate": "2019-09-07T03:36:00-07:00",
    "show": 6284,
    "show_uri": "https://api.kexp.org/v2/shows/6284/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Lose My Mind",
    "track_id": "8d2046d7-82d3-43ee-8ea6-f9f6e25f63e5",
    "recording_id": null,
    "artist": "DJ Koze",
    "artist_ids": [],
    "album": "Amygdala",
    "release_id": "2f16df17-5102-4d0c-9646-d5c3fb7e40c3",
    "release_group_id": null,
    "labels": [
        "Pampa Records"
    ],
    "label_ids": [
        "41e0694b-e7ab-4b6e-8f07-c342ef4dfb56"
    ],
    "release_date": "2013-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}