Information about plays

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

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

{
    "id": 1363166,
    "uri": "https://api.kexp.org/v2/plays/1363166/?format=api",
    "airdate": "2008-04-17T05:57:00-07:00",
    "show": 23801,
    "show_uri": "https://api.kexp.org/v2/shows/23801/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41P928B5CQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41P928B5CQL._SL75_.jpg",
    "song": "Emmanuel (version)",
    "track_id": "0c70e1af-9a85-43ff-98b0-fad1ed2936a3",
    "recording_id": null,
    "artist": "Dennis Brown",
    "artist_ids": [
        "24c0aaf3-4ac2-4f9a-9ce6-a1545a96f017"
    ],
    "album": "The Promised Land 1977-1979",
    "release_id": "36b96b75-4ca2-4298-87c7-eea398c5e4e9",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "2002-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}