Information about plays

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

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

{
    "id": 1369981,
    "uri": "https://api.kexp.org/v2/plays/1369981/?format=api",
    "airdate": "2008-05-04T11:24:00-07:00",
    "show": 23917,
    "show_uri": "https://api.kexp.org/v2/shows/23917/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51pbiQgy-pL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51pbiQgy-pL._SL75_.jpg",
    "song": "Hawg for You",
    "track_id": "6fcd8db2-eded-4dd0-8227-b3fc0dc2c5bc",
    "recording_id": null,
    "artist": "Otis Redding",
    "artist_ids": [
        "82b1f5fd-cd31-41a9-b5d4-7e33f0eb9751"
    ],
    "album": "Dictionary of Soul",
    "release_id": "67f6d413-12b3-4869-85a6-aaf322d2f90c",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1966-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}