Information about plays

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

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

{
    "id": 455223,
    "uri": "https://api.kexp.org/v2/plays/455223/?format=api",
    "airdate": "2001-08-13T14:28:00-07:00",
    "show": 7708,
    "show_uri": "https://api.kexp.org/v2/shows/7708/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21C0PYZBHXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21C0PYZBHXL._SL75_.jpg",
    "song": "Tight Globes",
    "track_id": "13556682-1c3c-4499-ac19-bff99fadacc6",
    "recording_id": null,
    "artist": "Robert Pollard",
    "artist_ids": [
        "e7f29e49-6078-4528-a5dc-5d0eeb8a1437"
    ],
    "album": "Speak Kindly of Your Volunteer Fire Department",
    "release_id": "889792a6-e801-4d01-8038-abd3ff99c70f",
    "release_group_id": null,
    "labels": [
        "Luna"
    ],
    "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"
}