Information about plays

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

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

{
    "id": 371914,
    "uri": "https://api.kexp.org/v2/plays/371914/?format=api",
    "airdate": "2019-08-24T22:39:00-07:00",
    "show": 6195,
    "show_uri": "https://api.kexp.org/v2/shows/6195/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Document One",
    "track_id": "c17f742f-cfb6-3fdf-ad50-a9a0a07b557c",
    "recording_id": null,
    "artist": "G.I.S.M.",
    "artist_ids": [
        "0a44e3c3-6475-48b3-9e45-5927111c91a2"
    ],
    "album": "Detestation",
    "release_id": "84378a03-81b5-4a08-ab92-c2a3d5e2c79a",
    "release_group_id": null,
    "labels": [
        "Dogma Records"
    ],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Reunited in 2016 to play the Roadburn Festival in The Netherlands.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}