Information about plays

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

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

{
    "id": 432266,
    "uri": "https://api.kexp.org/v2/plays/432266/?format=api",
    "airdate": "2001-06-07T11:56:50-07:00",
    "show": 7271,
    "show_uri": "https://api.kexp.org/v2/shows/7271/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RV4HGPWJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RV4HGPWJL._SL75_.jpg",
    "song": "Playa De Los Muertos",
    "track_id": "70a60b5c-0703-49f3-8266-93f901f04e1b",
    "recording_id": null,
    "artist": "The Bomboras",
    "artist_ids": [
        "b5075e8a-aa3f-4b38-9b18-9fa0b7f4e469"
    ],
    "album": "Head Shrinkin' Fun",
    "release_id": "6e9a6f22-0360-452d-8548-e5f6aeef97c1",
    "release_group_id": null,
    "labels": [
        "DGC"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}