Information about plays

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

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

{
    "id": 1279419,
    "uri": "https://api.kexp.org/v2/plays/1279419/?format=api",
    "airdate": "2007-09-15T04:28:00-07:00",
    "show": 22388,
    "show_uri": "https://api.kexp.org/v2/shows/22388/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dlnFa68DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dlnFa68DL._SL75_.jpg",
    "song": "Shoot the Moon",
    "track_id": "0956bf48-63a0-41b9-9082-a77912e734ec",
    "recording_id": null,
    "artist": "Lusine ICL",
    "artist_ids": [
        "2ceaa36e-c742-4ecd-ac28-7dc80463a7df"
    ],
    "album": "Iron City",
    "release_id": "f6527ea9-3c1b-425f-a60c-42982445f0ec",
    "release_group_id": null,
    "labels": [
        "Hymen/Mad Monkey"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}