Information about plays

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

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

{
    "id": 1307295,
    "uri": "https://api.kexp.org/v2/plays/1307295/?format=api",
    "airdate": "2007-11-27T05:19:14-08:00",
    "show": 22868,
    "show_uri": "https://api.kexp.org/v2/shows/22868/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51A7es3srsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51A7es3srsL._SL75_.jpg",
    "song": "The City, the Airport",
    "track_id": "0f1fbe90-33de-47f1-9341-407c58ae89ab",
    "recording_id": null,
    "artist": "Loney Dear",
    "artist_ids": [
        "45b3b313-0ec2-455b-b2fb-858bb4faac10"
    ],
    "album": "Sologne",
    "release_id": "a499ce47-9a4e-411b-aa9c-97bada6df54b",
    "release_group_id": null,
    "labels": [
        "Dear John"
    ],
    "label_ids": [
        "c5c78420-0e9c-413a-bbf2-12f6d49c6592"
    ],
    "release_date": "2006-02-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}