Information about plays

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

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

{
    "id": 1196825,
    "uri": "https://api.kexp.org/v2/plays/1196825/?format=api",
    "airdate": "2007-02-14T15:33:20-08:00",
    "show": 20979,
    "show_uri": "https://api.kexp.org/v2/shows/20979/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RkORoNfcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RkORoNfcL._SL75_.jpg",
    "song": "Bachelor Kisses",
    "track_id": null,
    "recording_id": null,
    "artist": "The Go-Betweens",
    "artist_ids": [
        "2fb4db11-8349-47ab-b1a6-f04f011699ff"
    ],
    "album": "1978-1990",
    "release_id": "dc0d895a-57df-463d-b90f-77291e9ad692",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "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"
}