Information about plays

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

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

{
    "id": 505805,
    "uri": "https://api.kexp.org/v2/plays/505805/?format=api",
    "airdate": "2002-01-10T20:09:00-08:00",
    "show": 8698,
    "show_uri": "https://api.kexp.org/v2/shows/8698/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51605%2BN7lmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51605%2BN7lmL._SL75_.jpg",
    "song": "I've Got a Tiger by the Tail",
    "track_id": "65eee288-4df4-45f9-a67e-0578566f53ce",
    "recording_id": null,
    "artist": "Buck Owens",
    "artist_ids": [
        "13cb0fb4-7f7f-4116-a282-905c675c39ef"
    ],
    "album": "I've Got a Tiger by the Tail",
    "release_id": "fe077ec2-09f0-43ac-b429-9c43636706e7",
    "release_group_id": null,
    "labels": [
        "Sundazed Music"
    ],
    "label_ids": [
        "ae5752fa-3dcd-470c-9c2f-8dad4fdce6ab"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}