Information about plays

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

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

{
    "id": 415089,
    "uri": "https://api.kexp.org/v2/plays/415089/?format=api",
    "airdate": "2001-04-14T18:00:00-07:00",
    "show": 6923,
    "show_uri": "https://api.kexp.org/v2/shows/6923/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Absence of Photographs",
    "track_id": "8baaf2d0-e4ea-4d14-8e54-37167dc685ce",
    "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"
}