Information about plays

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

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

{
    "id": 1391987,
    "uri": "https://api.kexp.org/v2/plays/1391987/?format=api",
    "airdate": "2008-06-30T18:35:10-07:00",
    "show": 24296,
    "show_uri": "https://api.kexp.org/v2/shows/24296/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41X5MDCS3SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41X5MDCS3SL._SL75_.jpg",
    "song": "Rosmani",
    "track_id": "0419a7d8-0a6d-44b3-9352-93a8c974d1be",
    "recording_id": null,
    "artist": "Toumani Diabaté & Roswell Rudd",
    "artist_ids": [
        "5efe3395-bb43-4857-97f8-f348d4c013ad"
    ],
    "album": "Malicool",
    "release_id": "fa8f40ac-bc89-4869-8599-84647c7f655d",
    "release_group_id": null,
    "labels": [
        "Sunnyside"
    ],
    "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"
}