Information about plays

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

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

{
    "id": 1291229,
    "uri": "https://api.kexp.org/v2/plays/1291229/?format=api",
    "airdate": "2007-10-15T14:41:06-07:00",
    "show": 22594,
    "show_uri": "https://api.kexp.org/v2/shows/22594/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61MC18HK4XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61MC18HK4XL._SL75_.jpg",
    "song": "The World May Never Know",
    "track_id": "431b2358-b27a-4bad-a7bf-0d6176dde2d1",
    "recording_id": null,
    "artist": "Dr. Dog",
    "artist_ids": [
        "e9aed5e5-ed35-4244-872e-194862290295"
    ],
    "album": "Easy Beat",
    "release_id": "a9f84dac-2552-482c-a23f-1ff872328b0e",
    "release_group_id": null,
    "labels": [
        "National Parking"
    ],
    "label_ids": [
        "ceb6f4ef-62f5-4113-a31e-a614e3dd984f"
    ],
    "release_date": "2005-03-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}