Information about plays

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

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

{
    "id": 418866,
    "uri": "https://api.kexp.org/v2/plays/418866/?format=api",
    "airdate": "2001-04-27T16:45:00-07:00",
    "show": 6998,
    "show_uri": "https://api.kexp.org/v2/shows/6998/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Sidecar Register",
    "track_id": "8b801c54-a43d-42e2-924c-fde97a6486eb",
    "recording_id": null,
    "artist": "Imitation Electric Piano",
    "artist_ids": [
        "b6c83b1a-83ef-41cf-be0c-a933a032e8da"
    ],
    "album": "Imitation Electric Piano",
    "release_id": "1f565709-9a58-4496-81ae-2b0bd622b0c5",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}