Information about plays

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

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

{
    "id": 414947,
    "uri": "https://api.kexp.org/v2/plays/414947/?format=api",
    "airdate": "2001-04-13T09:00:00-07:00",
    "show": 6920,
    "show_uri": "https://api.kexp.org/v2/shows/6920/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Winter Wooskie",
    "track_id": null,
    "recording_id": null,
    "artist": "Belle and Sebastian",
    "artist_ids": [
        "e5c7b94f-e264-473c-bb0f-37c85d4d5c70"
    ],
    "album": "Legal Man (single)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}