Information about plays

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

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

{
    "id": 1352983,
    "uri": "https://api.kexp.org/v2/plays/1352983/?format=api",
    "airdate": "2008-03-22T16:18:23-07:00",
    "show": 23632,
    "show_uri": "https://api.kexp.org/v2/shows/23632/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xpB5K9MxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xpB5K9MxL._SL75_.jpg",
    "song": "Truncation Horn",
    "track_id": "7d3f432b-f863-48ed-bf03-0e1644a63bee",
    "recording_id": null,
    "artist": "Clark",
    "artist_ids": [
        "eab8228c-a9c8-4ddb-a93d-ffca74a379bf"
    ],
    "album": "Turning Dragon",
    "release_id": "e16ae6c7-6b2a-4c6d-abe2-76dfdd3b9cbc",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2008-01-28",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}