Information about plays

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

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

{
    "id": 1340447,
    "uri": "https://api.kexp.org/v2/plays/1340447/?format=api",
    "airdate": "2008-02-18T22:56:17-08:00",
    "show": 23421,
    "show_uri": "https://api.kexp.org/v2/shows/23421/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514X7EX5NEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514X7EX5NEL._SL75_.jpg",
    "song": "She Wants to Move",
    "track_id": "6641168f-5088-40ef-a793-e3641b67983a",
    "recording_id": null,
    "artist": "N*E*R*D",
    "artist_ids": [
        "3fb49f5a-fdc0-4789-9c84-22b38b3f3cb5"
    ],
    "album": "Fly or Die",
    "release_id": "1453bafd-09a5-43e6-aa52-5ab2867c7218",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2004-03-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}