Information about plays

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

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

{
    "id": 415947,
    "uri": "https://api.kexp.org/v2/plays/415947/?format=api",
    "airdate": "2001-04-18T07:35:17-07:00",
    "show": 6941,
    "show_uri": "https://api.kexp.org/v2/shows/6941/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/314VFH5VSCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/314VFH5VSCL._SL75_.jpg",
    "song": "Saturday Night",
    "track_id": null,
    "recording_id": null,
    "artist": "Sorten Muld",
    "artist_ids": [
        "6383a596-fcd3-4245-9e99-5debb46847d0"
    ],
    "album": "III",
    "release_id": "5b44657a-b0d1-4f99-97a3-3f53665e8da0",
    "release_group_id": null,
    "labels": [
        "NorthSide"
    ],
    "label_ids": [
        "73cedddb-51db-4820-a1e3-b5b030b486b5"
    ],
    "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"
}