Information about plays

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

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

{
    "id": 511722,
    "uri": "https://api.kexp.org/v2/plays/511722/?format=api",
    "airdate": "2002-01-28T11:22:00-08:00",
    "show": 8819,
    "show_uri": "https://api.kexp.org/v2/shows/8819/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/210RYGMVRML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/210RYGMVRML._SL75_.jpg",
    "song": "Arlene",
    "track_id": null,
    "recording_id": null,
    "artist": "The Handsome Family",
    "artist_ids": [
        "195ddaa1-f1e4-4960-a107-58d26cb058a2"
    ],
    "album": "Odessa",
    "release_id": "934833e4-7542-41ec-8911-1b2195f0e111",
    "release_group_id": null,
    "labels": [
        "Carrot Top Records"
    ],
    "label_ids": [
        "7955223d-939e-463b-af59-f6c653ce4787"
    ],
    "release_date": "1995-01-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}