Information about plays

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

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

{
    "id": 415147,
    "uri": "https://api.kexp.org/v2/plays/415147/?format=api",
    "airdate": "2001-04-15T17:00:00-07:00",
    "show": 6924,
    "show_uri": "https://api.kexp.org/v2/shows/6924/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Dowery",
    "track_id": "da62897e-77e1-4841-b3bf-a538663d994b",
    "recording_id": null,
    "artist": "Norfolk & Western",
    "artist_ids": [
        "4c503aca-2c43-4d8b-be44-f6abc67b9950"
    ],
    "album": "Centralia",
    "release_id": "f27a6551-faed-4d52-8915-c3cc9ae81c8c",
    "release_group_id": null,
    "labels": [
        "FILMguerrero"
    ],
    "label_ids": [
        "ee88466f-284c-4488-90da-e0841272c59d"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}