Information about plays

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

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

{
    "id": 373400,
    "uri": "https://api.kexp.org/v2/plays/373400/?format=api",
    "airdate": "2019-08-28T06:49:34-07:00",
    "show": 6217,
    "show_uri": "https://api.kexp.org/v2/shows/6217/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Distractions",
    "track_id": "0cddf076-997f-47fa-b1c7-33ed3d06b922",
    "recording_id": null,
    "artist": "The Orange Kyte",
    "artist_ids": [
        "5934e608-8c34-4b32-be40-71d2a07ff5e1"
    ],
    "album": "Distractions",
    "release_id": "96700a5e-4da1-4131-b9a9-e50d9ce30628",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-19",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Orange Kyte describe themselves as \"Dreampoppy, psychedelicy, shoegazey, droney, tasty morsels from Vancouver, BC.\" Here's the video: https://www.youtube.com/watch?v=ON5Ron5YMr8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}