Information about plays

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

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

{
    "id": 419614,
    "uri": "https://api.kexp.org/v2/plays/419614/?format=api",
    "airdate": "2001-04-30T03:07:30-07:00",
    "show": 7018,
    "show_uri": "https://api.kexp.org/v2/shows/7018/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "NO. DON'T FOLLOW FASHION/SOME BIARRE",
    "track_id": null,
    "recording_id": null,
    "artist": "African Head Charge",
    "artist_ids": [
        "9b30a687-a841-4b91-b1d8-a0ba5b6085ea"
    ],
    "album": "IN PURSUIT OF SHASHMANE LAND/OFF THE BEATEN TRACK",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}