Information about plays

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

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

{
    "id": 1375555,
    "uri": "https://api.kexp.org/v2/plays/1375555/?format=api",
    "airdate": "2008-05-18T09:48:00-07:00",
    "show": 24010,
    "show_uri": "https://api.kexp.org/v2/shows/24010/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lonesome Bedroom Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "Willie Nix",
    "artist_ids": [
        "1559286b-9dde-40d7-bbd9-fb19b7bf4c51"
    ],
    "album": "Modern Downhome Blues 3",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ace Fu Records"
    ],
    "label_ids": [
        "ec60a5f5-c860-497f-97fe-bb9c751d5ab4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}