Information about plays

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

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

{
    "id": 351578,
    "uri": "https://api.kexp.org/v2/plays/351578/?format=api",
    "airdate": "2019-07-08T05:36:37-07:00",
    "show": 5859,
    "show_uri": "https://api.kexp.org/v2/shows/5859/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Galaxies",
    "track_id": "7d206d94-9f3f-3376-8681-bfe5ad2ea7ac",
    "recording_id": null,
    "artist": "Laura Veirs",
    "artist_ids": [
        "8951c87f-f730-4247-b442-52ed14ad6a97"
    ],
    "album": "Year of Meteors",
    "release_id": "e3b767e3-b67b-4986-afb5-1afb9799d238",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2005-08-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}