Information about plays

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

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

{
    "id": 1259777,
    "uri": "https://api.kexp.org/v2/plays/1259777/?format=api",
    "airdate": "2007-07-27T13:50:00-07:00",
    "show": 22058,
    "show_uri": "https://api.kexp.org/v2/shows/22058/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Fuvh7ULcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Fuvh7ULcL._SL75_.jpg",
    "song": "Rag and Bone",
    "track_id": null,
    "recording_id": null,
    "artist": "The White Stripes",
    "artist_ids": [
        "11ae9fbb-f3d7-4a47-936f-4c0a04d3b3b5"
    ],
    "album": "Icky Thump",
    "release_id": "5e421b3f-1183-42c9-bf5a-c0b623936436",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2007-06-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}