Information about plays

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

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

{
    "id": 420442,
    "uri": "https://api.kexp.org/v2/plays/420442/?format=api",
    "airdate": "2001-05-02T11:56:15-07:00",
    "show": 7035,
    "show_uri": "https://api.kexp.org/v2/shows/7035/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XKrgIusSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XKrgIusSL._SL75_.jpg",
    "song": "Baby's Got Sauce",
    "track_id": null,
    "recording_id": null,
    "artist": "G. Love & Special Sauce",
    "artist_ids": [
        "dbf7c761-e332-467b-b4d9-aafe06bbcf8f"
    ],
    "album": "G. Love & Special Sauce",
    "release_id": "a9bc984c-c725-4fc7-8864-7835b7bc255b",
    "release_group_id": null,
    "labels": [
        "Okeh/Epic"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}