Information about plays

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

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

{
    "id": 426535,
    "uri": "https://api.kexp.org/v2/plays/426535/?format=api",
    "airdate": "2001-05-21T10:42:51-07:00",
    "show": 7162,
    "show_uri": "https://api.kexp.org/v2/shows/7162/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Down",
    "track_id": null,
    "recording_id": null,
    "artist": "Mephisto Odyssey",
    "artist_ids": [
        "c4ae2a39-b7b9-4509-ad12-ad3f6a0b9146"
    ],
    "album": "Catching the Skinny",
    "release_id": "59e602ba-c713-40da-bcca-f41ced7d859a",
    "release_group_id": null,
    "labels": [
        "City of Angels"
    ],
    "label_ids": [
        "3cebf4ad-e656-4bc3-9c95-d98a89db9cd4"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}