Information about plays

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

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

{
    "id": 501699,
    "uri": "https://api.kexp.org/v2/plays/501699/?format=api",
    "airdate": "2001-12-29T15:16:00-08:00",
    "show": 8616,
    "show_uri": "https://api.kexp.org/v2/shows/8616/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61ZYdzoxdAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61ZYdzoxdAL._SL75_.jpg",
    "song": "Time Is Tight",
    "track_id": "54563fdb-9d77-435e-bb3a-c70f714c9a34",
    "recording_id": null,
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "Super Black Market Clash",
    "release_id": "5c167d96-a361-437a-ac18-c8eb2ca50b1b",
    "release_group_id": null,
    "labels": [
        "Epic/Sony/Legacy EK 53191"
    ],
    "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"
}