Information about plays

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

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

{
    "id": 1177548,
    "uri": "https://api.kexp.org/v2/plays/1177548/?format=api",
    "airdate": "2006-12-27T14:01:31-08:00",
    "show": 20649,
    "show_uri": "https://api.kexp.org/v2/shows/20649/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511EkaPUfyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511EkaPUfyL._SL75_.jpg",
    "song": "He'll Paint While We Play",
    "track_id": "3ce9475b-893c-44a6-90d7-43c4aa8d7f73",
    "recording_id": null,
    "artist": "Oxford Collapse",
    "artist_ids": [
        "0b6d1684-94af-41f9-8db0-2ca6cf8293a3"
    ],
    "album": "Remember the Night Parties",
    "release_id": "021f875d-5d78-446a-bcea-cfd7796eeb1b",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2006-10-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}