Information about plays

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

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

{
    "id": 1274523,
    "uri": "https://api.kexp.org/v2/plays/1274523/?format=api",
    "airdate": "2007-09-02T21:59:00-07:00",
    "show": 22310,
    "show_uri": "https://api.kexp.org/v2/shows/22310/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KLv33qx3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KLv33qx3L._SL75_.jpg",
    "song": "Requesticles",
    "track_id": "c3a4a2f3-18ed-47e1-8bbf-cb82e66e989b",
    "recording_id": null,
    "artist": "Voafose",
    "artist_ids": [
        "a8000b55-e172-4644-82ea-ffab41ff90d9"
    ],
    "album": "Voafose",
    "release_id": "da744300-6d02-429b-927b-67604f704ab6",
    "release_group_id": null,
    "labels": [
        "Rephlex"
    ],
    "label_ids": [
        "820fa04e-9927-40bb-a6c5-1bf883b159c7"
    ],
    "release_date": "2006-11-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}