Information about plays

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

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

{
    "id": 1313088,
    "uri": "https://api.kexp.org/v2/plays/1313088/?format=api",
    "airdate": "2007-12-11T23:35:00-08:00",
    "show": 22966,
    "show_uri": "https://api.kexp.org/v2/shows/22966/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51s-0Wokf4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51s-0Wokf4L._SL75_.jpg",
    "song": "Trash Hologram",
    "track_id": "7dd2cf4c-e0f6-4c92-8440-e126aec39159",
    "recording_id": null,
    "artist": "Crystal Castles",
    "artist_ids": [
        "b1570544-93ab-4b2b-8398-131735394202"
    ],
    "album": "Crystal Castles",
    "release_id": "a13e10c0-19b8-43d5-ad34-eda2729d53b6",
    "release_group_id": null,
    "labels": [
        "Different Recordings"
    ],
    "label_ids": [
        "69862a8f-e2cd-4261-81a3-2a3f545a3562"
    ],
    "release_date": "2008-03-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}