Information about plays

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

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

{
    "id": 420106,
    "uri": "https://api.kexp.org/v2/plays/420106/?format=api",
    "airdate": "2001-05-01T13:18:45-07:00",
    "show": 7029,
    "show_uri": "https://api.kexp.org/v2/shows/7029/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blame",
    "track_id": "cddece36-1b46-456e-a179-5a381ac380e8",
    "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": [
        "Altar Science"
    ],
    "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"
}