Information about plays

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

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

{
    "id": 516553,
    "uri": "https://api.kexp.org/v2/plays/516553/?format=api",
    "airdate": "2002-02-11T09:10:00-08:00",
    "show": 8912,
    "show_uri": "https://api.kexp.org/v2/shows/8912/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thanks a Millon",
    "track_id": null,
    "recording_id": null,
    "artist": "The Silos",
    "artist_ids": [
        "cb987607-f778-4bed-9a11-f68b19773b07"
    ],
    "album": "Heater",
    "release_id": "864c402d-3565-4f8e-bf62-509d25fa36ba",
    "release_group_id": null,
    "labels": [
        "Checkered Past Records"
    ],
    "label_ids": [
        "1b1e6408-12ab-420f-9a51-83927561c799"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}