Information about plays

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

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

{
    "id": 468574,
    "uri": "https://api.kexp.org/v2/plays/468574/?format=api",
    "airdate": "2001-09-21T16:52:00-07:00",
    "show": 7971,
    "show_uri": "https://api.kexp.org/v2/shows/7971/?format=api",
    "image_uri": "http://services.kexp.org/resources/images/releases/23712",
    "thumbnail_uri": "http://services.kexp.org/resources/images/releases/23713",
    "song": "Take the 'A' Train",
    "track_id": "3461de04-6218-4878-94d7-097f4c5315b6",
    "recording_id": null,
    "artist": "Bill Ware",
    "artist_ids": [
        "d49c293b-85c2-4e06-8299-70a398336e99"
    ],
    "album": "Sir Duke",
    "release_id": "bd644494-26ef-4140-963a-4a629da3d457",
    "release_group_id": null,
    "labels": [
        "Knitting Factory"
    ],
    "label_ids": [],
    "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"
}