Information about plays

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

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

{
    "id": 1290682,
    "uri": "https://api.kexp.org/v2/plays/1290682/?format=api",
    "airdate": "2007-10-13T23:56:00-07:00",
    "show": 22581,
    "show_uri": "https://api.kexp.org/v2/shows/22581/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qeNpHBmaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qeNpHBmaL._SL75_.jpg",
    "song": "Two Tub Man",
    "track_id": "f52c48f5-dea9-4197-abcf-a618c2ec5ca5",
    "recording_id": null,
    "artist": "The Dictators",
    "artist_ids": [
        "ac5304f2-1787-4e87-8ed7-321f157cc89b"
    ],
    "album": "Go Girl Crazy",
    "release_id": "6bae7c7e-de0a-4deb-a9e3-df94f27809d9",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "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"
}