Information about plays

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

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

{
    "id": 354040,
    "uri": "https://api.kexp.org/v2/plays/354040/?format=api",
    "airdate": "2019-07-13T22:47:00-07:00",
    "show": 5901,
    "show_uri": "https://api.kexp.org/v2/shows/5901/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "beat on the brat",
    "track_id": null,
    "recording_id": null,
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "45",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sire"
    ],
    "label_ids": [],
    "release_date": "1976-04-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Weird Al\" Yankovic covered Beat on the Brat last year as part of a Dr. Demento tribute album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}