Information about plays

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

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

{
    "id": 1197000,
    "uri": "https://api.kexp.org/v2/plays/1197000/?format=api",
    "airdate": "2007-02-15T00:38:08-08:00",
    "show": 20981,
    "show_uri": "https://api.kexp.org/v2/shows/20981/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Colours",
    "track_id": "3565c5e2-6e94-454f-bf52-38c937bb2991",
    "recording_id": null,
    "artist": "2 Bit Pie",
    "artist_ids": [
        "ea3559bf-9664-4f75-b418-bde665e73ef7"
    ],
    "album": "2 Pie Island",
    "release_id": "523b67d5-7703-42c2-ae9f-8f6e2eac6a64",
    "release_group_id": null,
    "labels": [
        "One Little Indian Records"
    ],
    "label_ids": [
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "2006-09-04",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}