Information about plays

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

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

{
    "id": 500168,
    "uri": "https://api.kexp.org/v2/plays/500168/?format=api",
    "airdate": "2001-12-25T06:15:00-08:00",
    "show": 8589,
    "show_uri": "https://api.kexp.org/v2/shows/8589/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21GS3DFSJCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21GS3DFSJCL._SL75_.jpg",
    "song": "Gangsta Lean",
    "track_id": "5b33c5f5-6b8e-4898-994c-d6490b4220c4",
    "recording_id": null,
    "artist": "The Gourds",
    "artist_ids": [
        "7f98cb2a-9b68-4b3d-9acf-e858694a3396"
    ],
    "album": "Ghosts of Hallelujah",
    "release_id": "d3e5aabb-4f09-4b03-a65e-38c9d9759e1d",
    "release_group_id": null,
    "labels": [],
    "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"
}