Information about plays

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

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

{
    "id": 1196761,
    "uri": "https://api.kexp.org/v2/plays/1196761/?format=api",
    "airdate": "2007-02-14T11:00:59-08:00",
    "show": 20978,
    "show_uri": "https://api.kexp.org/v2/shows/20978/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51OKgIsDHmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51OKgIsDHmL._SL75_.jpg",
    "song": "Sugarbaby",
    "track_id": "161d845e-ac2b-4b0b-89b0-af5de5143453",
    "recording_id": null,
    "artist": "Kristin Hersh",
    "artist_ids": [
        "0b461f11-c7af-4ddb-a30e-5cb0aabb3e7f"
    ],
    "album": "Learn to Sing Like a Star",
    "release_id": "a946310b-8ab1-4e3b-9e04-4d2ad0cc64bf",
    "release_group_id": null,
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2007-01-23",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}