Information about plays

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

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

{
    "id": 1386362,
    "uri": "https://api.kexp.org/v2/plays/1386362/?format=api",
    "airdate": "2008-06-16T16:17:04-07:00",
    "show": 24203,
    "show_uri": "https://api.kexp.org/v2/shows/24203/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51o26nz01yL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51o26nz01yL._SL75_.jpg",
    "song": "Spaz",
    "track_id": "1d9ca31d-67b1-40d0-91de-245fc436d0a9",
    "recording_id": null,
    "artist": "N*E*R*D",
    "artist_ids": [
        "3fb49f5a-fdc0-4789-9c84-22b38b3f3cb5"
    ],
    "album": "Seeing Sounds",
    "release_id": "f5592c45-306a-4828-a605-65f0bdf471d0",
    "release_group_id": null,
    "labels": [
        "Track Record"
    ],
    "label_ids": [
        "09edd90d-2d30-4dcb-b03e-71af9c8f1fe6"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}