Information about plays

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

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

{
    "id": 1415227,
    "uri": "https://api.kexp.org/v2/plays/1415227/?format=api",
    "airdate": "2008-08-28T04:58:39-07:00",
    "show": 24684,
    "show_uri": "https://api.kexp.org/v2/shows/24684/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5183k%2BVmYOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5183k%2BVmYOL._SL75_.jpg",
    "song": "Git Sum (feat. Sean Price)",
    "track_id": "cc8c1c5f-c370-4ca3-8aec-ab8a87128430",
    "recording_id": null,
    "artist": "eMC",
    "artist_ids": [
        "dcc18d69-0a43-46ff-bf87-e90af17b4e37"
    ],
    "album": "The Show",
    "release_id": "2f574567-5fdf-4bce-87c2-ebc787ca2950",
    "release_group_id": null,
    "labels": [
        "TEG"
    ],
    "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"
}