Information about plays

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

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

{
    "id": 535479,
    "uri": "https://api.kexp.org/v2/plays/535479/?format=api",
    "airdate": "2002-04-07T04:29:19-07:00",
    "show": 9279,
    "show_uri": "https://api.kexp.org/v2/shows/9279/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51EKRT3NDPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51EKRT3NDPL._SL75_.jpg",
    "song": "Banjo",
    "track_id": "b7bf71db-b8bd-4d18-8925-ccefb7636110",
    "recording_id": null,
    "artist": "E-Dancer",
    "artist_ids": [
        "c60445cf-b428-4563-b09a-5868bbdecbbd"
    ],
    "album": "Heavenly",
    "release_id": "dbfc4859-aeea-4dbf-9691-4542b6182545",
    "release_group_id": null,
    "labels": [
        "Planet E"
    ],
    "label_ids": [
        "a0fb31fd-1faa-42fd-9bbe-7da22b83a42e"
    ],
    "release_date": "1998-07-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}