Information about plays

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

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

{
    "id": 416144,
    "uri": "https://api.kexp.org/v2/plays/416144/?format=api",
    "airdate": "2001-04-18T19:00:00-07:00",
    "show": 6944,
    "show_uri": "https://api.kexp.org/v2/shows/6944/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FQ4786YAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FQ4786YAL._SL75_.jpg",
    "song": "Gone",
    "track_id": "e3c791bf-739b-4a5b-83c8-8682591f7b34",
    "recording_id": null,
    "artist": "Kelly Hogan & The Pine Valley Cosmonauts",
    "artist_ids": [
        "364a2ce2-7abe-4270-a747-39eb6f9ef0c3"
    ],
    "album": "Beneath the Country Underdog",
    "release_id": "b201af1a-8ed4-4652-b353-575b4beab568",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2000-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}