Information about plays

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

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

{
    "id": 1195624,
    "uri": "https://api.kexp.org/v2/plays/1195624/?format=api",
    "airdate": "2007-02-11T14:03:47-08:00",
    "show": 20959,
    "show_uri": "https://api.kexp.org/v2/shows/20959/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/617vu7erInL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/617vu7erInL._SL75_.jpg",
    "song": "Standing in the Need of Love",
    "track_id": "f7308f8e-a859-4f10-b485-72687069279f",
    "recording_id": null,
    "artist": "The Holmes Brothers",
    "artist_ids": [
        "cc9228cc-0a1a-4e69-95d9-1dfbd91ba3c4"
    ],
    "album": "State of Grace",
    "release_id": "94d6095f-115e-4625-9fbe-2dce9778a0b6",
    "release_group_id": null,
    "labels": [
        "Alligator Records"
    ],
    "label_ids": [
        "01fbb759-849a-4cd3-b6aa-991e15cd41c5"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}