Information about plays

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

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

{
    "id": 532843,
    "uri": "https://api.kexp.org/v2/plays/532843/?format=api",
    "airdate": "2002-03-30T09:59:00-08:00",
    "show": 9226,
    "show_uri": "https://api.kexp.org/v2/shows/9226/?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": "Simmer Down Quashie",
    "track_id": "2a412272-3190-40d5-bc80-c09a2a54814b",
    "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"
    ],
    "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"
}