Information about plays

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

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

{
    "id": 1308643,
    "uri": "https://api.kexp.org/v2/plays/1308643/?format=api",
    "airdate": "2007-11-30T15:08:42-08:00",
    "show": 22889,
    "show_uri": "https://api.kexp.org/v2/shows/22889/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HB86n%2BXHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HB86n%2BXHL._SL75_.jpg",
    "song": "The Best of Jill Hives",
    "track_id": "f838e0d0-e9a1-4488-83d1-f196e24af3f7",
    "recording_id": null,
    "artist": "Guided By Voices",
    "artist_ids": [
        "6c85f4c3-026c-4c16-9a7c-f546f42ed0fb"
    ],
    "album": "Human Amusements at Hourly Rates: The Best of Guided by Voices",
    "release_id": "20a6ccf0-6416-45b7-81b1-369c59b04875",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}