Information about plays

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

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

{
    "id": 475622,
    "uri": "https://api.kexp.org/v2/plays/475622/?format=api",
    "airdate": "2001-10-12T12:33:45-07:00",
    "show": 8105,
    "show_uri": "https://api.kexp.org/v2/shows/8105/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61%2BLq2x9sgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61%2BLq2x9sgL._SL75_.jpg",
    "song": "Big Zombie",
    "track_id": "d54ab0a8-8c5d-49b1-853f-c45513800b30",
    "recording_id": null,
    "artist": "The Mekons",
    "artist_ids": [
        "66d2169c-dea5-46d3-b4cb-52ed87b24ab0"
    ],
    "album": "The Edge of the World",
    "release_id": "bcd571a9-e8d4-4841-86cb-6afcdc232ba5",
    "release_group_id": null,
    "labels": [
        "Quarterstick"
    ],
    "label_ids": [],
    "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"
}