Information about plays

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

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

{
    "id": 1195180,
    "uri": "https://api.kexp.org/v2/plays/1195180/?format=api",
    "airdate": "2007-02-10T05:41:59-08:00",
    "show": 20948,
    "show_uri": "https://api.kexp.org/v2/shows/20948/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511s4J7IJbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511s4J7IJbL._SL75_.jpg",
    "song": "It's Nothing to Me",
    "track_id": "d0c9afa0-8ebd-4827-ae3c-7d074c2be01d",
    "recording_id": null,
    "artist": "Lee Hazlewood",
    "artist_ids": [
        "56d9908f-548e-40c1-837f-cd006d79d3a0"
    ],
    "album": "Cake or Death",
    "release_id": "7b3643c7-3cf2-4e37-b24d-63109c2e789f",
    "release_group_id": null,
    "labels": [
        "Ever"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}