Information about plays

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

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

{
    "id": 457773,
    "uri": "https://api.kexp.org/v2/plays/457773/?format=api",
    "airdate": "2001-08-20T22:12:37-07:00",
    "show": 7759,
    "show_uri": "https://api.kexp.org/v2/shows/7759/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "another shot of whiskey",
    "track_id": null,
    "recording_id": null,
    "artist": "The Gits",
    "artist_ids": [
        "b916a410-ee27-4f15-92ce-1ce2b60e7697"
    ],
    "album": "frenchkissing the bully",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "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"
}