Information about plays

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

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

{
    "id": 427556,
    "uri": "https://api.kexp.org/v2/plays/427556/?format=api",
    "airdate": "2001-05-24T09:45:52-07:00",
    "show": 7180,
    "show_uri": "https://api.kexp.org/v2/shows/7180/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31l1OpwQm2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31l1OpwQm2L._SL75_.jpg",
    "song": "Low Place Like Home",
    "track_id": null,
    "recording_id": null,
    "artist": "Sneaker Pimps",
    "artist_ids": [
        "696d8523-39a0-44e2-9add-afaa183a2f46"
    ],
    "album": "Becoming X",
    "release_id": "ed95b55f-e3d3-4487-b7f8-ee561e5f5fb5",
    "release_group_id": null,
    "labels": [
        "Clean Up Records"
    ],
    "label_ids": [
        "cd7bc570-0306-448b-9d54-62382dea1169"
    ],
    "release_date": "1996-08-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}