Information about plays

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

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

{
    "id": 423778,
    "uri": "https://api.kexp.org/v2/plays/423778/?format=api",
    "airdate": "2001-05-12T16:33:00-07:00",
    "show": 7103,
    "show_uri": "https://api.kexp.org/v2/shows/7103/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Q2B0H6HZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Q2B0H6HZL._SL75_.jpg",
    "song": "Vivid",
    "track_id": "5ebba58a-111c-41e1-a183-98ef7bfe1e98",
    "recording_id": null,
    "artist": "Thievery Corporation",
    "artist_ids": [
        "a505bb48-ad65-4af4-ae47-29149715bff9"
    ],
    "album": "Sounds From the Thievery Hi-Fi",
    "release_id": "d82161ed-e0e7-44d1-94ec-cf759ed4c7c6",
    "release_group_id": null,
    "labels": [
        "Eighteenth Street Lounge Music"
    ],
    "label_ids": [
        "854bde53-2065-416f-bba4-3ab868709e99"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}