Information about plays

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

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

{
    "id": 466897,
    "uri": "https://api.kexp.org/v2/plays/466897/?format=api",
    "airdate": "2001-09-17T00:00:00-07:00",
    "show": 7944,
    "show_uri": "https://api.kexp.org/v2/shows/7944/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41fCcEjhEuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41fCcEjhEuL._SL75_.jpg",
    "song": "D-Lab",
    "track_id": "32468dd5-7116-4017-9278-386fcf03e20b",
    "recording_id": null,
    "artist": "SadHappy",
    "artist_ids": [
        "278dad58-ee48-40e2-9868-e303e2b681a3"
    ],
    "album": "Depth Charge",
    "release_id": "244288b5-a66d-4b7c-bdc6-824dbf5912b8",
    "release_group_id": null,
    "labels": [
        "Periscope"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}