Information about plays

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

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

{
    "id": 1411442,
    "uri": "https://api.kexp.org/v2/plays/1411442/?format=api",
    "airdate": "2008-08-18T20:55:52-07:00",
    "show": 24624,
    "show_uri": "https://api.kexp.org/v2/shows/24624/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41l-1yo-dXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41l-1yo-dXL._SL75_.jpg",
    "song": "Yeke Yo",
    "track_id": "50434f55-0575-4ea6-865f-d0e5b745a1dd",
    "recording_id": null,
    "artist": "Neco Novellas",
    "artist_ids": [
        "a2b0d00c-4868-4b5f-8e5d-eb19afb3629b"
    ],
    "album": "New Dawn Ku Khata",
    "release_id": "022852e8-f2a4-4559-8624-97ba48a2fdd1",
    "release_group_id": null,
    "labels": [
        "Times Square Records"
    ],
    "label_ids": [
        "343958bf-0fe4-416b-ac5a-7551ca24b490"
    ],
    "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"
}