Information about plays

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

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

{
    "id": 445255,
    "uri": "https://api.kexp.org/v2/plays/445255/?format=api",
    "airdate": "2001-07-15T13:09:00-07:00",
    "show": 7518,
    "show_uri": "https://api.kexp.org/v2/shows/7518/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/210VXD8A2CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/210VXD8A2CL._SL75_.jpg",
    "song": "On Sunday Noon",
    "track_id": "499ec3d6-9590-4df5-9f5c-0b71804c0204",
    "recording_id": null,
    "artist": "Noonday Underground",
    "artist_ids": [
        "cbdc4c77-cb4c-4a86-bd24-9fd6b1fb7ddb"
    ],
    "album": "Self-Assembly",
    "release_id": "767a8103-8548-40ac-90cd-318f2f956fa8",
    "release_group_id": null,
    "labels": [
        "Bar/None Records"
    ],
    "label_ids": [
        "1231f865-6637-443f-b97f-619723bebcd9"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}