Information about plays

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

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

{
    "id": 1307954,
    "uri": "https://api.kexp.org/v2/plays/1307954/?format=api",
    "airdate": "2007-11-28T21:13:00-08:00",
    "show": 22879,
    "show_uri": "https://api.kexp.org/v2/shows/22879/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wy5hSrcpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wy5hSrcpL._SL75_.jpg",
    "song": "Sometimes",
    "track_id": "fb0da5b3-f281-454c-83c8-f99eff7a9b3b",
    "recording_id": null,
    "artist": "Japancakes",
    "artist_ids": [
        "8f59cae9-5c2a-4b26-8783-03e09a37099d"
    ],
    "album": "Loveless",
    "release_id": "405e771b-9238-46ea-a813-0a46fa6ff032",
    "release_group_id": null,
    "labels": [
        "Darla Records"
    ],
    "label_ids": [
        "8a6785c2-26ca-4198-ac89-25d908e65c35"
    ],
    "release_date": "2007-11-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}