Information about plays

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

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

{
    "id": 1275777,
    "uri": "https://api.kexp.org/v2/plays/1275777/?format=api",
    "airdate": "2007-09-05T23:34:11-07:00",
    "show": 22329,
    "show_uri": "https://api.kexp.org/v2/shows/22329/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Ex9AkPguL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Ex9AkPguL._SL75_.jpg",
    "song": "How Close Your Soul",
    "track_id": "261f1577-6d7b-487c-b548-a7ada7d08188",
    "recording_id": null,
    "artist": "Robin Guthrie & Harold Budd",
    "artist_ids": [
        "15314675-e454-4808-ab66-bda1f388879d"
    ],
    "album": "Before the Day Breaks",
    "release_id": "6007523c-4302-4d03-8674-6a0c8bf89bb8",
    "release_group_id": null,
    "labels": [
        "Darla Records"
    ],
    "label_ids": [
        "8a6785c2-26ca-4198-ac89-25d908e65c35"
    ],
    "release_date": "2007-06-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}