Information about plays

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

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

{
    "id": 414473,
    "uri": "https://api.kexp.org/v2/plays/414473/?format=api",
    "airdate": "2001-03-04T16:00:00-08:00",
    "show": 6908,
    "show_uri": "https://api.kexp.org/v2/shows/6908/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/3129R9EB9SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/3129R9EB9SL._SL75_.jpg",
    "song": "Elizabeth Childers",
    "track_id": "3abfa230-de1e-49c7-b748-55f6b2631395",
    "recording_id": null,
    "artist": "Richard Buckner",
    "artist_ids": [
        "fec02932-60cd-46ee-a70c-05c07905ae77"
    ],
    "album": "The Hill",
    "release_id": "99462917-3d6e-4a53-823f-c26b4881c78e",
    "release_group_id": null,
    "labels": [],
    "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"
}