Information about plays

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

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

{
    "id": 501332,
    "uri": "https://api.kexp.org/v2/plays/501332/?format=api",
    "airdate": "2001-12-28T12:52:00-08:00",
    "show": 8608,
    "show_uri": "https://api.kexp.org/v2/shows/8608/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41D375DGRYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41D375DGRYL._SL75_.jpg",
    "song": "Da Bomb",
    "track_id": "2f4a14ac-e1fb-4a06-b0c0-db3d2c23701b",
    "recording_id": null,
    "artist": "Gravediggaz",
    "artist_ids": [
        "7010fbf2-cbfd-4625-b0ef-a7efb9285320"
    ],
    "album": "The Pick, The Sickle & The Shovel",
    "release_id": "eafd7ff7-8ae2-4096-b7e2-893b94959c68",
    "release_group_id": null,
    "labels": [
        "Gee Street"
    ],
    "label_ids": [
        "505f2aad-aa7b-4df5-9e58-fbf3855db6db"
    ],
    "release_date": "1997-10-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}