Information about plays

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

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

{
    "id": 419026,
    "uri": "https://api.kexp.org/v2/plays/419026/?format=api",
    "airdate": "2001-04-28T02:33:20-07:00",
    "show": 7001,
    "show_uri": "https://api.kexp.org/v2/shows/7001/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/217BZXZ9FNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/217BZXZ9FNL._SL75_.jpg",
    "song": "Thing",
    "track_id": "159d1018-4210-4213-bebf-79a3184b8d38",
    "recording_id": null,
    "artist": "Freaky Chakra",
    "artist_ids": [
        "f77c6344-47d6-4b30-b5e1-5e51890de729"
    ],
    "album": "Blacklight Fantasy",
    "release_id": "a0a12ea8-d503-4875-81e5-437b59bb5057",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "1998-09-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}