Information about plays

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

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

{
    "id": 505375,
    "uri": "https://api.kexp.org/v2/plays/505375/?format=api",
    "airdate": "2002-01-09T15:27:00-08:00",
    "show": 8691,
    "show_uri": "https://api.kexp.org/v2/shows/8691/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21XD3QJG7ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21XD3QJG7ZL._SL75_.jpg",
    "song": "Allright / Not Quite",
    "track_id": "909fade0-1ff4-4cc6-a53c-7d9c93b04de9",
    "recording_id": null,
    "artist": "The Apples in Stereo",
    "artist_ids": [
        "ea075268-e5ea-40f7-b9c3-68b039218a88"
    ],
    "album": "The Discovery of a World Inside the Moone",
    "release_id": "946aab3b-f62b-42ff-97b9-c0748aa3d8fa",
    "release_group_id": null,
    "labels": [
        "spinART Records"
    ],
    "label_ids": [
        "01653657-8472-44fa-b73b-b29f68cc8cbc"
    ],
    "release_date": "2000-04-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}