Information about plays

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

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

{
    "id": 1353118,
    "uri": "https://api.kexp.org/v2/plays/1353118/?format=api",
    "airdate": "2008-03-22T22:32:49-07:00",
    "show": 23634,
    "show_uri": "https://api.kexp.org/v2/shows/23634/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51T6C55A8SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51T6C55A8SL._SL75_.jpg",
    "song": "She Found You",
    "track_id": "82026a38-93e5-4e5f-b67d-41e7e8675a25",
    "recording_id": null,
    "artist": "Samiam",
    "artist_ids": [
        "787aa69f-f419-4e24-8c13-33511a20428d"
    ],
    "album": "You Are Freaking Me Out",
    "release_id": "ae600285-4a61-4869-a441-60341d9f6b92",
    "release_group_id": null,
    "labels": [
        "Ignition Records"
    ],
    "label_ids": [
        "309d5e6b-8a40-4789-a650-4aeeaeda32cb"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}