Information about plays

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

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

{
    "id": 476067,
    "uri": "https://api.kexp.org/v2/plays/476067/?format=api",
    "airdate": "2001-10-13T18:05:00-07:00",
    "show": 8114,
    "show_uri": "https://api.kexp.org/v2/shows/8114/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21J7SR939JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21J7SR939JL._SL75_.jpg",
    "song": "Old Time Radio Favorites",
    "track_id": "f9ff86b8-5314-435c-a36f-ae81c65db59f",
    "recording_id": null,
    "artist": "George Carlin",
    "artist_ids": [
        "5a79e923-b2ef-45fd-bc48-9beebdb21e78"
    ],
    "album": "When Will Jesus Bring the Pork Chops? (disc 4)",
    "release_id": "281d0c53-a5d8-44e2-9e27-1d86802bb593",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2004-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}