Information about plays

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

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

{
    "id": 1195536,
    "uri": "https://api.kexp.org/v2/plays/1195536/?format=api",
    "airdate": "2007-02-11T04:00:24-08:00",
    "show": 20956,
    "show_uri": "https://api.kexp.org/v2/shows/20956/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51N4DJBVOEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51N4DJBVOEL._SL75_.jpg",
    "song": "Lady North",
    "track_id": "a124bc83-0099-46d7-9c6a-334435a70c3c",
    "recording_id": null,
    "artist": "These Arms Are Snakes",
    "artist_ids": [
        "e95a296e-a34c-4496-9a7c-a95683d487b5"
    ],
    "album": "Easter",
    "release_id": "9919ace1-6e5f-4af0-93fd-52ab17f5eb94",
    "release_group_id": null,
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "2006-10-10",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}