Information about plays

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

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

{
    "id": 430589,
    "uri": "https://api.kexp.org/v2/plays/430589/?format=api",
    "airdate": "2001-06-02T11:00:00-07:00",
    "show": 7238,
    "show_uri": "https://api.kexp.org/v2/shows/7238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ripe Up (version)",
    "track_id": "c7b9700b-905e-47c3-bb7e-df52bf6863cc",
    "recording_id": null,
    "artist": "Systemwide",
    "artist_ids": [
        "53310d04-8b17-4c67-b082-ce85a0e81b42"
    ],
    "album": "Pure And Applied",
    "release_id": "25a8d7c6-7018-46fe-89c4-72f26901245c",
    "release_group_id": null,
    "labels": [
        "BSI Records"
    ],
    "label_ids": [
        "933829b0-0715-4eb4-a258-72974c112c2b"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}