Information about plays

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

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

{
    "id": 534857,
    "uri": "https://api.kexp.org/v2/plays/534857/?format=api",
    "airdate": "2002-04-05T07:21:44-08:00",
    "show": 9265,
    "show_uri": "https://api.kexp.org/v2/shows/9265/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516TF6BKAAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516TF6BKAAL._SL75_.jpg",
    "song": "I Switched You",
    "track_id": "68d164da-2293-4572-ae99-87ece65a9fbd",
    "recording_id": null,
    "artist": "Frank Black and The Catholics",
    "artist_ids": [
        "b025b720-a68c-4bd1-95fa-0ba95ed7a920"
    ],
    "album": "Pistolero",
    "release_id": "ef3b4333-19df-4541-a68c-0d0b0158da5b",
    "release_group_id": null,
    "labels": [
        "spinART"
    ],
    "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"
}