Information about plays

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

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

{
    "id": 1358065,
    "uri": "https://api.kexp.org/v2/plays/1358065/?format=api",
    "airdate": "2008-04-04T08:21:02-07:00",
    "show": 23716,
    "show_uri": "https://api.kexp.org/v2/shows/23716/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tZpflMruL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tZpflMruL._SL75_.jpg",
    "song": "Taste",
    "track_id": null,
    "recording_id": null,
    "artist": "Ride",
    "artist_ids": [
        "3f575ecd-627d-4f08-a89f-abd46d469c7e"
    ],
    "album": "OX4_ The Best of Ride",
    "release_id": "1284de91-0bae-4357-b373-3b1543dbb9f4",
    "release_group_id": null,
    "labels": [
        "tft"
    ],
    "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"
}