Information about plays

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

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

{
    "id": 1386273,
    "uri": "https://api.kexp.org/v2/plays/1386273/?format=api",
    "airdate": "2008-06-16T10:08:38-07:00",
    "show": 24202,
    "show_uri": "https://api.kexp.org/v2/shows/24202/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Ay8Ss%2BgTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Ay8Ss%2BgTL._SL75_.jpg",
    "song": "Next to You",
    "track_id": "2e00fb31-694e-4e86-99a9-9692361a50e4",
    "recording_id": null,
    "artist": "The Police",
    "artist_ids": [
        "9e0e2b01-41db-4008-bd8b-988977d6019a"
    ],
    "album": "Message in a Box: The Complete Recordings",
    "release_id": "35a9ec45-b8b2-4ef5-aba6-b872a84ee8e2",
    "release_group_id": null,
    "labels": [
        "a and m"
    ],
    "label_ids": [],
    "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"
}