Information about plays

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

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

{
    "id": 516716,
    "uri": "https://api.kexp.org/v2/plays/516716/?format=api",
    "airdate": "2002-02-11T20:10:00-08:00",
    "show": 8915,
    "show_uri": "https://api.kexp.org/v2/shows/8915/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When One Road Close (Another One Go Open)",
    "track_id": "31d19aea-2814-492f-8e45-2397cf9cefaa",
    "recording_id": null,
    "artist": "Tony Allen with Afrobeat 2000",
    "artist_ids": [
        "3914e833-6297-40ad-868d-49fc103bc63a"
    ],
    "album": "N.E.P.A.",
    "release_id": "c980e992-53d8-4d9b-97d5-1b1888396dbc",
    "release_group_id": null,
    "labels": [
        "Celluloid/Earthworks"
    ],
    "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"
}