Information about plays

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

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

{
    "id": 518595,
    "uri": "https://api.kexp.org/v2/plays/518595/?format=api",
    "airdate": "2002-02-16T22:02:00-08:00",
    "show": 8947,
    "show_uri": "https://api.kexp.org/v2/shows/8947/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Genetical Love",
    "track_id": "676124de-bc4b-4089-84e2-a87a337ba2a5",
    "recording_id": null,
    "artist": "John Tejada",
    "artist_ids": [
        "bda6d00e-f8f7-43a5-b8f8-f1ebc55b46d3"
    ],
    "album": "The Matrix of Us",
    "release_id": "e39bd13c-69b5-433c-8803-a06ef9d689b9",
    "release_group_id": null,
    "labels": [
        "deFocus"
    ],
    "label_ids": [
        "d9696a08-094f-4758-8d0f-5a845919b167"
    ],
    "release_date": "2000-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}