Information about plays

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

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

{
    "id": 1195868,
    "uri": "https://api.kexp.org/v2/plays/1195868/?format=api",
    "airdate": "2007-02-12T03:49:25-08:00",
    "show": 20964,
    "show_uri": "https://api.kexp.org/v2/shows/20964/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/6144kCuh26L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/6144kCuh26L._SL75_.jpg",
    "song": "Steal the Blueprints",
    "track_id": "067db635-2229-4ae0-b4e7-212124c60ed3",
    "recording_id": null,
    "artist": "+/-",
    "artist_ids": [
        "2624e8b9-3f77-453d-85e8-6a8c9e5b9d65"
    ],
    "album": "Let's Build a Fire",
    "release_id": "b59906cb-6f5c-4008-b1c8-da737cfd6787",
    "release_group_id": null,
    "labels": [
        "Absolutely Kosher Records"
    ],
    "label_ids": [
        "ab282a9a-6440-4e08-a7c5-64735a892f3e"
    ],
    "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"
}