Information about plays

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

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

{
    "id": 1375638,
    "uri": "https://api.kexp.org/v2/plays/1375638/?format=api",
    "airdate": "2008-05-18T15:30:48-07:00",
    "show": 24012,
    "show_uri": "https://api.kexp.org/v2/shows/24012/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51065PACaDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51065PACaDL._SL75_.jpg",
    "song": "Candy",
    "track_id": "40692b48-0b24-4f23-85ef-4e67b33cd550",
    "recording_id": null,
    "artist": "Iggy Pop",
    "artist_ids": [
        "f37b3f31-b1f8-4b88-8cb5-b34f709b17d7"
    ],
    "album": "Nude & Rude: The Best of Iggy Pop",
    "release_id": "7d536723-1929-4bb7-9204-06fb87886136",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1996-10-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}