Information about plays

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

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

{
    "id": 351781,
    "uri": "https://api.kexp.org/v2/plays/351781/?format=api",
    "airdate": "2019-07-08T17:05:00-07:00",
    "show": 5862,
    "show_uri": "https://api.kexp.org/v2/shows/5862/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Goodbye Horses (7″ version)",
    "track_id": null,
    "recording_id": null,
    "artist": "Q. Lazzarus",
    "artist_ids": [
        "4f4703c1-4b01-4bb6-af9d-32fcd1ea588e"
    ],
    "album": "Goodbye Horses",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "All Nations Records"
    ],
    "label_ids": [],
    "release_date": "1991-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "OH NO SIR!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}