Information about plays

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

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

{
    "id": 534250,
    "uri": "https://api.kexp.org/v2/plays/534250/?format=api",
    "airdate": "2002-04-03T14:57:59-08:00",
    "show": 9255,
    "show_uri": "https://api.kexp.org/v2/shows/9255/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518XVPCj9mL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518XVPCj9mL._SL75_.jpg",
    "song": "Bathysphere",
    "track_id": "00104142-e5fb-43aa-acb3-fd71523355aa",
    "recording_id": null,
    "artist": "Cat Power",
    "artist_ids": [
        "05755bf1-380c-487f-983f-d1a02401fa28"
    ],
    "album": "What Would the Community Think",
    "release_id": "cb552dc7-b0fe-4bcd-b864-1b3940baee8c",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1996-09-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}