Information about plays

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

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

{
    "id": 419589,
    "uri": "https://api.kexp.org/v2/plays/419589/?format=api",
    "airdate": "2001-04-30T00:56:00-07:00",
    "show": 7017,
    "show_uri": "https://api.kexp.org/v2/shows/7017/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "FALL TO FREEDOM",
    "track_id": null,
    "recording_id": null,
    "artist": "Willow",
    "artist_ids": [
        "5a3e68d0-8e0b-4f36-98ee-2d0bb3c0c658"
    ],
    "album": "Willow",
    "release_id": "0f857ab9-6cd0-45e6-b618-93947c185cf5",
    "release_group_id": null,
    "labels": [
        "WILLOW"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}