Information about plays

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

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

{
    "id": 1196758,
    "uri": "https://api.kexp.org/v2/plays/1196758/?format=api",
    "airdate": "2007-02-14T10:48:58-08:00",
    "show": 20978,
    "show_uri": "https://api.kexp.org/v2/shows/20978/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HK857WVVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HK857WVVL._SL75_.jpg",
    "song": "Chosen One",
    "track_id": "356861df-19a7-4b15-8401-9170152b685e",
    "recording_id": null,
    "artist": "Smog",
    "artist_ids": [
        "89af9575-4d72-4345-8eba-e9de3d36ac34"
    ],
    "album": "Accumulation: None",
    "release_id": "2b39503b-37be-459e-9bd1-0036ce69ee0a",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2002-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}