Information about plays

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

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

{
    "id": 1391121,
    "uri": "https://api.kexp.org/v2/plays/1391121/?format=api",
    "airdate": "2008-06-28T12:48:16-07:00",
    "show": 24279,
    "show_uri": "https://api.kexp.org/v2/shows/24279/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XD4F1SH8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XD4F1SH8L._SL75_.jpg",
    "song": "The Caterpillar",
    "track_id": null,
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "The Top",
    "release_id": "6e605ceb-7c51-4a4d-8dd2-3744ade5d011",
    "release_group_id": null,
    "labels": [
        "WEA/Fiction"
    ],
    "label_ids": [],
    "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"
}