Information about plays

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

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

{
    "id": 1284959,
    "uri": "https://api.kexp.org/v2/plays/1284959/?format=api",
    "airdate": "2007-09-29T11:32:00-07:00",
    "show": 22482,
    "show_uri": "https://api.kexp.org/v2/shows/22482/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51PLL-ZMDgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51PLL-ZMDgL._SL75_.jpg",
    "song": "I Need Your Sweet Inspiration",
    "track_id": "c33b8199-7c2a-4693-b5db-5396b8a90c89",
    "recording_id": null,
    "artist": "The Pioneers",
    "artist_ids": [
        "cb0078e6-e694-4674-9c76-6d39dc9beb4b"
    ],
    "album": "Give and Take: The Best of the Pioneers",
    "release_id": "569cf866-82df-4d63-9f35-6c1d5902b2f5",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "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"
}