Information about plays

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

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

{
    "id": 1354794,
    "uri": "https://api.kexp.org/v2/plays/1354794/?format=api",
    "airdate": "2008-03-27T03:57:16-07:00",
    "show": 23662,
    "show_uri": "https://api.kexp.org/v2/shows/23662/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tX4CuobyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tX4CuobyL._SL75_.jpg",
    "song": "Fruit of the Vine",
    "track_id": "006166bd-5e08-4cc9-a0c9-851e7fc37d96",
    "recording_id": null,
    "artist": "Jim White",
    "artist_ids": [
        "e1f83b22-d40e-400a-8ebb-4e59b5b53d31"
    ],
    "album": "Transnormal Skiperoo",
    "release_id": "853bc802-5d44-4eb9-aab3-6e4138736095",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "2007-10-02",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}