Information about plays

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

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

{
    "id": 447662,
    "uri": "https://api.kexp.org/v2/plays/447662/?format=api",
    "airdate": "2001-07-22T15:21:10-07:00",
    "show": 7567,
    "show_uri": "https://api.kexp.org/v2/shows/7567/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/611wZ56lXZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/611wZ56lXZL._SL75_.jpg",
    "song": "Honey",
    "track_id": "612ec1fd-5911-4213-907c-ab6f9cc65acb",
    "recording_id": null,
    "artist": "Spacemen 3",
    "artist_ids": [
        "19e818e4-0bbe-41fc-9589-c444b4165bf1"
    ],
    "album": "Playing With Fire",
    "release_id": "34051c74-e313-49a1-a50e-0ab711d1b02f",
    "release_group_id": null,
    "labels": [
        "Fire & Water"
    ],
    "label_ids": [],
    "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"
}