Information about plays

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

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

{
    "id": 351929,
    "uri": "https://api.kexp.org/v2/plays/351929/?format=api",
    "airdate": "2019-07-09T02:47:51-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "SuMmEr BrEaK",
    "track_id": "b5e45c12-539f-4edc-b959-cfeb8a35b47b",
    "recording_id": null,
    "artist": "ShitKid",
    "artist_ids": [
        "067dfe5e-2b6b-443d-b92f-0c9af3ebc8d1"
    ],
    "album": "[DETENTION]",
    "release_id": "c6df5755-afdf-4465-ba44-b1d5fd0246db",
    "release_group_id": null,
    "labels": [
        "PNKSLM Recordings"
    ],
    "label_ids": [
        "f2f69d02-3063-4223-b921-2b9a6b1e1712"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shitkid will be in Seattle on September 14, 2019 at Neumo's. https://shitkid.biz/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}