Information about plays

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

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

{
    "id": 1391728,
    "uri": "https://api.kexp.org/v2/plays/1391728/?format=api",
    "airdate": "2008-06-30T01:42:00-07:00",
    "show": 24291,
    "show_uri": "https://api.kexp.org/v2/shows/24291/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zTtxyI-aL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zTtxyI-aL._SL75_.jpg",
    "song": "Wailin'",
    "track_id": "a489abd4-94db-45cf-8dd7-5b1c9db9970f",
    "recording_id": null,
    "artist": "Gino Sitson",
    "artist_ids": [
        "d43190ca-1919-40ec-be56-4cd7657c2008"
    ],
    "album": "Bamisphere",
    "release_id": "deb89745-758c-4bc1-94e1-dd171f6deefb",
    "release_group_id": null,
    "labels": [
        "Eighteenth Street Lounge Music"
    ],
    "label_ids": [
        "854bde53-2065-416f-bba4-3ab868709e99"
    ],
    "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"
}