Information about plays

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

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

{
    "id": 1388019,
    "uri": "https://api.kexp.org/v2/plays/1388019/?format=api",
    "airdate": "2008-06-20T19:28:00-07:00",
    "show": 24228,
    "show_uri": "https://api.kexp.org/v2/shows/24228/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61my3dzi6RL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61my3dzi6RL._SL75_.jpg",
    "song": "The New Ball",
    "track_id": "d04323b0-0812-40fc-9100-8cef0df8334f",
    "recording_id": null,
    "artist": "Big Sandy & His Fly-Rite Boys",
    "artist_ids": [
        "1c862e9b-6ada-423a-a4b0-d43cce8e1b0e"
    ],
    "album": "Swingin' West",
    "release_id": "12e0d940-30a9-41cc-9649-283c2731c80b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}