Information about plays

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

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

{
    "id": 497768,
    "uri": "https://api.kexp.org/v2/plays/497768/?format=api",
    "airdate": "2001-12-17T18:42:00-08:00",
    "show": 8543,
    "show_uri": "https://api.kexp.org/v2/shows/8543/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Z3N6PQJBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Z3N6PQJBL._SL75_.jpg",
    "song": "Ikon Allah",
    "track_id": "a91ab41a-0765-43a2-bf36-189bdd7b960d",
    "recording_id": null,
    "artist": "Bala Miller & The Great Music Pirameeds of Afrika",
    "artist_ids": [
        "c72d8c5e-a561-4053-a0ca-95b2ede149b7"
    ],
    "album": "Nigeria 70: The Definitive Story of 1970's Funky Lagos (disc 1)",
    "release_id": "0ea04935-5b94-470c-832c-a8e0ff84ef21",
    "release_group_id": null,
    "labels": [
        "Afro Strut (UK)"
    ],
    "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"
}