Information about plays

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

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

{
    "id": 415155,
    "uri": "https://api.kexp.org/v2/plays/415155/?format=api",
    "airdate": "2001-04-15T17:00:00-07:00",
    "show": 6924,
    "show_uri": "https://api.kexp.org/v2/shows/6924/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Offering the Obvious",
    "track_id": "62e6a060-bb51-4463-8616-f93b9f447c7e",
    "recording_id": null,
    "artist": "Lewis",
    "artist_ids": [
        "5af81a6e-2898-4940-9fc9-a9cb67232dde"
    ],
    "album": "Progress and Regress",
    "release_id": "8e322214-c0e8-483d-854f-85c6e9cf806e",
    "release_group_id": null,
    "labels": [
        "AltarScience"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}